I have a Luxonis OAK-D camera connected to a NUC edge device through a USB cable. The camera is working fine when plugged in my laptop but it is giving an error when connected to the edge device. Here is the error in the log:
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
I ran lsusb
in Ubuntu that is connected through ssh with the edge device and it listed the MyriadX but the module itself cannot seem to find the device.
Thanks in advance,
Queen