Tool/software:
Hi TI
SDK8.6
There are 2 types of cameras in the CSI1 interface:
640x480_raw12 * 1 -> VC0-> Capture app is raw_CAM1_APP.
1920x1080_uyvy * 1 -> VC1-> Capture app is yuyv_CAM2_APP.
1. When only running raw_CAM1_APP/yuyv_CAM2_APP, it works well.
2. When raw_CAM1_APP is executed first, and then yuyv_CAM2_APP is executed, yuyv_CAM2_APP cannot capture data, and raw_CAM1_APP will also stop capturing.
3. Why can’t two independent apps capture at the same time?
We have multiple cameras and we are using app_multi_cam demo. How can we use two apps on CSI1 to collect camera data in different formats at the same time?
Can you send me a patch or thread?