How to stream multiple cameras into Unity

Hi,

I’ve got 5 ZedX cameras and 1 Zed X mini connected to a Jetson Orin streaming using the multi-camera streaming sample. I am consuming that data in Unity via the plugin. I have created a Zed Manager for each camera, set the port to what is set via the sample (30000, 30002, 30004, …), and set the camera ID to something unique. This works correctly for up to 3 cameras, I can receive the data and render the point clouds properly, but for 4+ it results in Unity crashing.

My question is, is this the correct way to set up multiple camera streams? It seems odd that I would have multiple instances of the Zed manager, but its the only way I have gotten 2+ cameras to work.

Thanks.

Hi,

I confirm you need one ZEDManager per stereo camera.

Can you tell me which version of the plugin you are using? Also, if you could share the crash log, it would be very helpful.

Thanks.

Hi Benjamin,

Thanks for confirming the ZEDManager count.
I am using version 5.3.0 of the plugin.

I have attached the crash log here. Thanks for looking into this.

EDIT: I can confirm this also happens on plugin version 5.3.1 after an update

Editor.log (93.9 KB)