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: Can a graph be created inside a Node?

Part Number: TDA4VM


Hi,

 I'm trying to create an openVX graph inside a node in openVX framework. Init, createGraph, vxVerifyGraph and vxProcessGraph work properly when i put this sequence in the node's xxxCreate callback function. However  the subGraph will halt when i put this sequence in the node's xxxProcess callback function. So i wonder that can a graph run inside a Node.

  • Hello,

    No, this is not possible within TI's OpenVX framework.

    Is there a specific reason why you are trying to do this?  Perhaps there is some other solution which is allowed by the framework that can work for your use case.

    Regards,

    Lucas