How do we make VISS node output as graph parameter instead of capture node in the single cam application?
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.
How do we make VISS node output as graph parameter instead of capture node in the single cam application?
Making a parameter of the node as graph parameter would provide the application access to the buffers coming from that parameter of the node.
In most of the camera based application, the capture node output is a graph parameter.
We could however make any other node output as graph parameter as well.
Please follow the below patch to make the VISS output as graph parameter instead of the capture node output.
The patch is build and tested on J721E SDK 8.6.
The patch should be applied on top of the vision_apps repo.
Regards,
Nikhil