Hi Ti experts,
How to run single cam and multi cam together?
When I run single cam and multi cam at the same time, the two processes will get stuck.
Regards.
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 try to make some change from tivxIsTargetEnabled(TIVX_TARGET_CAPTURE1) to tivxIsTargetEnabled(TIVX_TARGET_CAPTURE2) in one of the two processes, and I found that the appilcation changed to TIVX_TARGET_CAPTURE2 can run successfully but the another one still get stuck.
Regards.
Hi xie jc,
capture target must be different when you want to run two capture nodes..
Please refer to sample example in ti-processor-sdk-rtos-j721e-evm-08_05_00_11\tiovx\kernels_j7\hwa\test\test_csitx_csirx.c. This example connects CSITX to CSIRX, but also shows how to create multiple CSIRX node..
Regards,
Brijesh