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.

TDA4VM: skip execution of nodes in the Openvx graph

Part Number: TDA4VM

Hi
We have one graph of 6 nodes. 1st  three nodes are the capture node, VISS node and Aewb node. 
we want to run the 1st  three nodes from the graph for a certain no of frames and skip the execution of others nodes in the graph. After a certain no of frames, the application works normally with  6 nodes graph.
is there any way to achieve the above requirement?
Regards,
Vinayak
  • Hi Vinayak,

    My suggestion would be to use the first 3 nodes in a one graph and the rest 3 nodes in another graph, so that you would get the control of scheduling each graph independently.
    I don't think that OpenVX would allow to skip a node execution in one graph.

    Regards,
    Nikhil