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.

AM62A3: vxWaitEvent failed to trigger

Part Number: AM62A3
hello

We hope to use vxWaitEvent as the triggering mechanism when using am62a sdk9.2 version.
We registered the event using the following method, and the status returned a successful value, but the corresponding event was not triggered when calling vxWaitEvent.
Status=vxRegisterEvent ((vx_reference) graph_, VX_EVENT_GRAPH_PARAMETER_CONSUMED,graph_param_index_, (vx_uint32) event);
Can you help me answer this. thanks