Hi
we are using PSDK 0703.
we have 2 cameras of different resolutions attached to CSI-RX0 and CSI-RX1 separately. we created 2 capture nodes in 2 applications, each capturing one camera. In each application, there is only one graph containing only one capture node. The create parameters of capture node is shown in this picture
the only difference of capture node parameters is chInstMap[0] and output image resolution.
When these 2 applications run alone, they behave well, raw images can be dequeued from capture node.
The problem is, once we start the second application while the first application is still running, the second application runs well, but the first application cannot dequeue any raw image from capture node.
We have no idea why this happens. Could you please provide some ideas on how to solve this problem?