ZED360 Multiple devices within local network

When using ZED360, i am unable to connect to devices from another computer in the local network.

It always shows
Unable to subscribe to 30506724 . CONNECTION TIMED OUT
Unable to subscribe to 36559288 . CONNECTION TIMED OUT
after i press Setup the room.

I am able to get it working using local USB connections on the computer.

My steps:
Host 1: Open ZED_Explorer and connect to zed camera 0 > Create ZED strem using port 30000 > Open ZED_Explorer and connect to zed camera 1 > Create ZED stream using port 30002.
Host 2: Verify the stream using ZED_Explorer by entering corresponding ip and port number, both works > run ZED360 and enter ip, port and serial number respectively. Image below.


Click “Setup the room” and the following shows in the terminal
Unable to subscribe to 30506724 . CONNECTION TIMED OUT
Unable to subscribe to 36559288 . CONNECTION TIMED OUT

I have also tried using the camera streaming script instead of ZED_Explorer. Same behavior.

Image Capture from Host 1.

I have been trying some solutions from other posts but still no luck. Thanks!

Hi,

The fusion module is not using the public streaming module to communicate with the cameras, but an internal one. You can enable it by using the startPublishing method.
I’d suggest directly using the script provided as example here : Fusion - Stereolabs