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.
Hi,
I'm looking for the solution to display with the 4-ch camera(CSI2) and the 1-ch camera(VIP) together in the same monitor.
For the 4-ch camera(CSI2), i use the DS90UB964,
and for the 1-ch camera(VIP), i use the DS90UB914.
How can i generate the application?
Is there the referenceable usecases in the PROCESSOR_SDK_VISION_03_00_00_00?
If you know about the solution or good idea, plz let me know.
Thanks.
Hi Brijesh
As you said, I merged them (CSI-2 and VIP usecases).
But, when i enable the blow source, the VIP camera only display in the monitor.
When i disable the blow source, the CSI-2 camera only display.
Currently, the VIP and CSI-2 didn't display in the same time.
=========================================================
ChainsCommon_StartCaptureDevice(
CHAINS_CAPTURE_SRC_OV10635,
pObj->captureOutWidth,
pObj->captureOutHeight
);
=========================================================
Regards,
Lee
Hi Brijesh,
My application consist of below structure.
======================================================
IssCapture -> Sync -> Alg_DmaSwMs -> Display_Video_1
Capture -> Display_Video_2
GrpxSrc -> Display_Grpx
======================================================
The mosaic image meaning "Alg_DmaSwMs". Right?
Could you suggest the application structure for CSI-2 and VIP?
Regards,
Lee