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.
If you are using TI OpenVX with the TIDL node, you can create a graph parameter of the output of TIDL and dequeue this from the graph upon each execution of the graph using the vxGraphParameterDequeueDoneRef API. For further information about this and other topic related to pipelining, please see the TIOVX user guide and the pipelining specification below.
Hope these can be helpful.