Hi, When I try connecting to multiple cameras I can usually connect to them all, but sometimes I can't connect to a few of them. I've noticed it happening more often when I quickly restart my program. I'm using OAK-1 PoE cameras, and I still have this issue even after updating the bootloader and depthai versions.
I am running each device in its own thread, and from what I can tell, sometimes some of the threads just get stuck trying to connect to a camera. I made sure to include:
os.environ["DEPTHAI_WATCHDOG_INITIAL_DELAY"] = "60000"
os.environ["DEPTHAI_BOOTUP_TIMEOUT"] = "60000"