Adapt the multi-cam demo with dual graph (i.e. the first graph has just the capture node and the second graph has the rest of the processing nodes)
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.
Adapt the multi-cam demo with dual graph (i.e. the first graph has just the capture node and the second graph has the rest of the processing nodes)
The implementation of dual graph in this scenario is as shown in the figure. The capture node is placed in one graph and the rest of the processing units are placed in the other graph.
With the help of graph pipelining, frames can be dequeued from one graph and enqueued into the second graph.
Please find the patch attached below
The changes in the patch are done to the multi-camera demo application in the vision apps
This patch is created on RTOS SDK 8.1
Apply this patch in the vision_apps folder of the PSDKRA.
/cfs-file/__key/communityserver-discussions-components-files/791/5148.Dual_5F00_Graph_5F00_Multicam.zip