Hi I'm attempting to use an OAK-D POE and was trying to run depthai_demo.py after connecting my OAK-D POE, but I'm getting the error in the title here. Full log -
Using depthai module from: /home/sravan/.local/lib/python3.6/site-packages/depthai.cpython-36m-x86_64-linux-gnu.so
Depthai version installed: 2.10.0.0
Available devices:
[0] 169.254.1.222 [X_LINK_BOOTLOADER]
Traceback (most recent call last):
File "depthai_demo.py", line 140, in <module>
with dai.Device(pm.pipeline.getOpenVINOVersion(), deviceInfo, usb2Mode=conf.args.usbSpeed == "usb2") as device:
RuntimeError: Failed to find device after booting, error message: X_LINK_DEVICE_NOT_FOUND
The console hangs for about 20-30 seconds at this line -
Available devices:
[0] 169.254.1.222 [X_LINK_BOOTLOADER]
and then it gives me the error. I've been able to successfully ping the ip address of the camera, but this error persists. Any suggestions on what I can do to resolve this?
OS: Ubuntu 18.04
[Edit] - I've also tried to run rgb_preview.py to see if I can just view a simple RGB image, and the same error shows up, but the log is a little bit different -
Traceback (most recent call last):
File "rgb_preview.py", line 24, in <module>
with dai.Device(pipeline) as device:
RuntimeError: Failed to find device after booting, error message: X_LINK_DEVICE_NOT_FOUND