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?