does px2 support ov10640+MAX96705 camera module?

does px2 support ov10640+MAX96705 camera module? what’s the preview command?

below command support ar0231+max96705. and how to support ov10640+MAX96705?
./nvmipp_raw -cf ./e2379a_c01.conf -c dvp-ss3322-rccb-raw12-1920x1208-ab -d 0 --aggregate 1 --nvplugin

Dear xingxing,
The PDK supports the following sensor + serializer + deserializer combinations.
AR0231 + Max96705 + Max9286
OV10640 + Max9271 + Max9286

is it possible to support OV10640 + Max96705 + Max9286 modify the code? can customer do that? or need nvidia to do it?

Dear xingxing,
You can find the supported configurations in nvmedia/ipp_raw/drive-px2-a.conf. If a new combination needs to be supported, a new driver for that particular combination needs to be implemented. Please check nvmedia/ext_dev_prgm contains all the sample drivers(which is also supported drivers) for a PDK. You may try implementing driver or please file a bug for feature request.

Please login to https://developer.nvidia.com/drive with your credentials. Please check MyAccount->MyBugs->Submit a new bug to file bug. Please share bug ID here to follow up.

hi,
I just check ext_dev_prgm folder, there are just some cfg files. the dfg files are also empty.
can you help clarify where can I get whole code?

nvidia@tegra-ubuntu:~/drive-t186ref-linux/samples/nvmedia/ext_dev_prgm$ tree .
.
├── drv
└── img_dev
├── camera_configs
│   ├── c_ov10640lsoffsvc212_pass1.cfg
│   ├── c_ov10640lsoffsvc212_pass2.cfg
│   ├── c_ov10640_pass1.cfg
│   ├── c_ov10640_pass2.cfg
│   ├── c_ov10640svc210_pass1.cfg
│   ├── c_ov10640svc210_pass2.cfg
│   ├── ref_ar0231_pass1.cfg
│   ├── ref_ar0231_pass2.cfg
│   ├── ref_ar0231rccb_pass1.cfg
│   ├── ref_ar0231rccb_pass2.cfg
│   ├── ref_ar0231rccbss3322_pass1.cfg
│   ├── ref_ar0231rccbss3322_pass2.cfg
│   ├── ref_ar0231rccbss3323_pass1.cfg
│   └── ref_ar0231rccbss3323_pass2.cfg
├── libnv_extimgdev.a
├── maxim
├── scripts
│   └── cfg2header.py
└── tpg

6 directories, 16 files
nvidia@tegra-ubuntu:~/drive-t186ref-linux/samples/nvmedia/ext_dev_prgm$

I also create an another bug, please help to check.
https://developer.nvidia.com/nvidia_bug/2458024

Dear xingxing,
The sample drivers are available at ext_dev_prgm/drv folder.

hi,
the ext_dev_prgm/drv folder is empty on my px2 device. I flashed latest pdk version.
can you double check? if there are anything in the ext_dev_prgm/drv, the tree command will list them.

thanks
xingxing

Dear xingxing,
You can find them in the Drive installer folder on host(nvidia/nvidia_sdk/DRIVE/Linux/5.0.10.3/SW/DrivePDK/drive-t186ref-linux/samples/nvmedia/ext_dev_prgm/drv)

hi,
I checked the pdk install folder, there are only one OS folder in the following path.
no “SW” folder. will it be there in theory?

ubuntu@ubuntu:~/nvidia/nvidia_sdk/DRIVE/Linux/5.0.10.3$ ls
OS
ubuntu@ubuntu:~/nvidia/nvidia_sdk/DRIVE/Linux/5.0.10.3$

thanks
xingxing

Dear xingxing,
For PX2 installation you can find it at nvidia/nvidia_sdk/DRIVE/Linux/5.0.10.3/OS/DrivePDK/drive-t186ref-linux/samples/nvmedia/ext_dev_prgm/drv

thank you, I can find the code now. we will try to modify the code. is there any document about how to build code and update to the px2 system.

thanks
xingxing

Dear xingxing,
Any updates on your project? I am using the same camera as you.