Sending th stream while using the detector

hi there!

I have zed2i running on AGX for custom detector and everything works fine
what I am trying along with it is that to send the stream to another machine, but every time is giving me failed to start when I run the streaming_sender alone with the detector running in the back fine!!

any help please?

Hi @joeurban
can you provide more information? A code snippet?

the thing is link this
I run the custum detector on AGX and everything is fine!
then I open a new terminal on the same AGX and run the streaming_sender.py but it fails to send the stream?

You cannot execute two different processes both opening the same ZED.
You must add the “streaming” code in the process that performs object detection by simply adding this part before opening the camera.
Do not forget to close the stream when the camera is closed.

1 Like