Bodytracking with 2 zed boxes remotely

Hi,
I have a windows form with c#, I am trying to connect to an Ubuntu computer with this form and run the zedboxes connected to this computer. But my project requires 6 cameras, which means I need to use 2 zedboxes. Since I need to be able to process the images from these cameras remotely, I want to use the camera streaming python file available on github. https://github.com/stereolabs/zed-sdk/tree/master/camera%20streaming/sender/python
You can see the link above, but the run command of the file is
python streaming_reciever.py --ip_address 127.0.0.1:port
I’m not sure I can run 2 zedboxes with the command. I’m open to all ideas.

Hi,

This script is made to start the streaming of one camera. You can modify the script to start several cameras, or run it several time. You can run these scripts on your ZED Boxes.

Thank you for the help. I will try.