Tool/software:
Hi
For DPC_ObjectDetection_frameStart(), it will be invoked by Frame or SubFrame event?
For Advanced Frame config and there are 2 subFrames, it will be invoked by SubFrame event?
Thanks
BRs
Bruce
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.
Tool/software:
Hi
For DPC_ObjectDetection_frameStart(), it will be invoked by Frame or SubFrame event?
For Advanced Frame config and there are 2 subFrames, it will be invoked by SubFrame event?
Thanks
BRs
Bruce
Hi Bruce,
For DPC_ObjectDetection_frameStart(), it will be invoked by Frame or SubFrame event?
There is only frame start interrupt available. For every subframe in a frame, you receive frame start interrupt. So, for start of every subframe, DPC_ObjectDetection_frameStart is called.
Regards,
Samhitha