Hello,
I am trying to test my two cameras OAK-D PoE and OAK-D SR PoE with the script luxonis/depthai-pythonblob/main/utilities/cam_test.py.
I get the following error:
DepthAI version: 2.28.0.0
DepthAI path: /home/fran_bi/.local/lib/python3.10/site-packages/depthai.cpython-310-x86_64-linux-gnu.so
Traceback (most recent call last):
File "/home/fran_bi/Projects/depthai/depthai-python/utilities/cam_test.py", line 252, in <module>
with dai.Device(*dai_device_args) as device:
RuntimeError: No available devices
The cams get connected via ethernet cable to my laptop and are powered via an USB-C cable via the Programming Board (RVC2 PoE models) that was included in the shipment of the cameras.
On rare occasions (no setup changes, maybe 1/10 cases), the connection works for the OAK-D PoE, but I not yet had success with the OAK-D SR PoE on a single occasion.
I have the same errors under Linux (Ubuntu 22.04) as under Windows 11. The light on the cameras lights up, so I assume the camera boots up correctly.
I also did not have any success with the depthai_viewer, which gives me an I/O error (if it even finds the camera).
Could you please provide me with some help setting this up?