Multi-camera-steaming

Hi Stereolab,

I am using 4 zedx cameras with Jetson Orin 64GB version. I am trying to steam the 4 camera’s videos to a desktop with 4090 GPU. Is there any python samples for streaming multiple cameras? Ideally, I want the synced cameras, is there any timestamp I can check for the image I get from the reciever?

Hi @Jiahe,

We do not have a sample explicitly for streaming multiple cameras, however I would recommend using this sample on our Github: zed-sdk/depth sensing/multi camera/cpp at master · stereolabs/zed-sdk · GitHub

This sample contains the threading logic to run multiple cameras in parallel, to which you can remove the depth compute and enable streaming on all cameras.

For synchronization on the receiver side, you can use this method of the ZED SDK:
zed.getTimestamp()