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.

[FAQ] PROCESSOR-SDK-DRA8X-TDA4X: Multi channel processing in OpenVX

Part Number: PROCESSOR-SDK-DRA8X-TDA4X

I am trying to create a pipelined graph in OpenVX.  My application is a 2 camera capture application where I want to process these channels in separate downstream nodes.  I see that the output of the capture node is an object array and so I am trying to use the vxGetObjectArray API to extract the individual channels of the object array and pass these to downstream OpenVX nodes.  However, I am observing issues in my application.  The downstream nodes are not processing the data from the capture node correctly.  How can I create this application in OpenVX?