Ov9281 auto exposure and dts file

  1. Products:
    Ov9281 (UC-599 Rev.B & UC-667 Rev.C)
  2. Platform:
    Jetson Xavier NX

Q1:
It seems that my products do not have auto exposure(AE) mode without ISP. And I found nothing relevant to AE in https://github.com/ArduCAM/MIPI_Camera/tree/master/Jetson/Jetvariety. So if I want to use AE function, I should achieve it by myself. Is that right?
Q2:
I use my NX with an unoffical carrier board for some extra modules on it. Driver of these modules is a dtb file.
install_full.sh didn’t work on my system, so I made a manual driver installation using https://github.com/ArduCAM/MIPI_Camera/releases/download/v0.0.1/arducam-nvidia-l4t-kernel_4.9.201-tegra-32.5.1-20210302195021_arm64.deb. Extract this deb file can also get dtb file.
I am not familiar with linux device tree. I think maybe it’s necessary to combine all dts files and generate one dtb file to use all my extra modules and the camera together. So can you provide a dts file of my product?If jetpack version is enssential, both 4.5.1 and 4.6 are needed.

Yes, if you want auto exposure, you need to implement it yourself.

Yes, for third-party carrier boards you can adapt the device tree yourself, you can leave your email, or send an email to [email protected] to get the driver and device tree patch files.

Thanks:D
My email: [email protected]

It has been sent by email, please check.

I have UC 599 OV9281 and trying to use it on Jetson Nano Dev Kit. L4T 32.7.1. i followed drivers installation from here . I still do not see any video device in ls /dev/video* . Can you provide me with required drivers for it through email too. My email id - [email protected]