Argus multiStream example

Hi,

I’m using Argus multiStream example to preview first camera and save pictures from second camera.
Now I need to add third camera to also save pictures same as second simultaneously.

I tried to solve this problem in few ways but I still didn’t find solution. First I tried to make duplicate of second camera and rename it to third camera, but no success, It’s works only if I put delay between taking pictures 1 second, otherwise only second camera capture images. Also I tried to use fork() to make third camera in separate process, but also no success.

Can somebody help me to make this code works. Thank you

My code: https://drive.google.com/open?id=1i-D02WuXhmwj0YQzwdbbaV70snBuOhrX

Hi Papir,
For multiple cameras, please also refer to multiSensor example. multiStream is to configure multiple output streams from single camera.