Hi,
I know It automatically triggers the graph.
If the user set to VX_GRAPH_SCHEDULE_MODE_QUEUE_AUTO, The implementation automatically triggers graph execution when it has enough enqueued references to start a graph execution.
But, When I set a breakpoint in a kernel process and vxGraphParameterDequeueDoneRef, trigger(It means breakpoint, not trigger a graph) in a kernel process occurs after vxGraphParameterDequeueDoneRef.
It looks like It triggers the graph in vxGraphParameterDequeueDoneRef not automatically.
What function does trigger a pipelined graph?
Best regards
Yongsig