Anyone can help me with this?
Ubuntu 20.4
loaded the udev rules for movidius, and this is what it states:
"cat /etc/udev/rules.d/80-movidius.rules
SUBSYSTEM=="usb", ATTRS{idVendor}=="03e7", MODE="0666"
"
python3 depthai_demo.py
Using depthai module from: /home/lihu/.local/lib/python3.8/site-packages/depthai.cpython-38-x86_64-linux-gnu.so
Depthai version installed: 0.3.0.0+dev
Depthai version required: 0.3.0.0
Depthai development version found, skipping check.
No calibration file. Using Calibration Defaults.
Compiled mode found: compiled for 14 shaves, 14 cmx_slices and 1 NN_engines
XLink initialized.
No USB device [03e7:2485], still looking... 10.016s NOT FOUND, err code 5
depthai: Error initializing xlink
terminate called after throwing an instance of 'std::system_error'
what(): Invalid argument
Aborted (core dumped)
I think movidius rules are set incorrectly to 0666 rather than the correct 2485