Hi, I have two ZED2i cameras connected to a Jetson AGX Orin and I want to stream videos to another Jetson on the same network. I’ve chosen to utilize Python with OpenCV for this task.
I’m wondering whether it’s better to use multithreading or multiprocessing. My primary concern is ensuring that all cameras can run simultaneously, and if one of them is corrupted, it shouldn’t affect the operation of the other one.
Additionally, I would appreciate assistance with other aspects as I am still new to this field and do not have full knowledge yet.