Hi,
In user guide, MSC can process 2 input sources simultaneous, how to config 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.
Hi,
In user guide, MSC can process 2 input sources simultaneous, how to config it?
thanks.
Hi Jacky,
You can open the two msc nodes and then run them on separate targets using OpenVX API vxSetNodeTarget, like below.
vxSetNodeTarget(node, VX_TARGET_STRING, TIVX_TARGET_VPAC_MSC1)
Regards,
Brijesh