Tool/software:
If I connect OV2312 through MIPI, how can I get RGB and IR channel with different device like /dev/video7 /dev/video8, is that something done through driver, or AM62A7 ISP does it? Thanks.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
If I connect OV2312 through MIPI, how can I get RGB and IR channel with different device like /dev/video7 /dev/video8, is that something done through driver, or AM62A7 ISP does it? Thanks.
Hi Betul,
Yes, you have to modify the driver such that the driver configures the sensor to operate in two modes:
1. Create two virtual channels. VC0 and VC1
VC0 - allowing the sensor to capture and send IR-dominant streams
VC1- enabling the sensor to capture and send RGB-dominant streams.
Regards,
Dilna K
Hi Betul,
I just gone through the OV2312 again. you no need to modify the driver.
Please run the script setup_cameras.sh script , which uses the media-ctl commands and do this for you.
Location:- /opt/edgeai-gst-apps/scritps in 11.01 edgeai release for AM62a - https://github.com/TexasInstruments/edgeai-gst-apps/blob/main/scripts/setup_cameras.sh
Regards,
Dilna K