Currently trying to implement three oak-d cameras to run yolo and output disparity images. I have done most of my testing on a laptop and have been able to connect to multiple cameras. When shifting to an Nvidia TX2 through a powered usb hub I am not able to run multiple cameras and it seems to time out. Cameras are powered through the active hub as well as the barrel jack power supply. Cameras are forced to run on usb2 and will function when only running one. Would appreciate some help or debugging suggestions!!
TX2 - Multiple Cameras
Hello ThomasGira,
This looks like a problem with the TX2, could you please run DepthAI in trace mode and share the crash log? DEPTHAI_LEVEL=trace python3 script.py
, or follow this instruction.
Thanks, Erik