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.