Hey all,
I am trying to have video streams from multiple cameras and keep them running for a long time. Let's say I have three cameras and I want to have them stream videos for more than 24 hours non-stop. I have tried the experiment code for multiple devices in https://github.com/luxonis/depthai-experiments/tree/master/gen2-multiple-devices
But, when running the main.py in the experiment, I always get connection drop. I elaborated the details in the Github issue. https://github.com/luxonis/depthai-core/issues/558
I know there can be numerous possible causes for this connection drop issues. Just want to check with you all about how you deal with this issue if you encountered this before. I want to make it clear that the bootloader and SDK versions are up-to-dates as stating in the Github issue above. I doubt this is a power issue as I have tried using multiple different ethernet switches and injectors. I also have tried using different power source - at an office and at home.
I would much appreciate your feedback.