Hi Mojo , sorry for the late response. I have specified the IP manually in depthai_demo.py
, but it's still showing me the same error, but now without the Avaliable devices:
portion - .
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
Traceback (most recent call last):
File "depthai_demo.py", line 145, 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
I have also tried running install_requirements.py
from the develop
branch and then running the demo script from both the main
and the develop
branches. Still the same RuntimeError: Failed to find device after booting, error message: X_LINK_DEVICE_NOT_FOUND
error.
I've also tried running the demo using python3.8 (I was using python3 earlier). Still the same problem.
I did want to clarify that this is a POE device and I notice the error mentions usbMode=conf.args.usbSpeed == "usb2"
. Is this a possible source of the problem?