I've followed multiple videos and guides on the matter of running on my Raspberry Pi.

However run into this error:

I've seen on another thread that this is a common issue resolved with a different USB3 cable, although trying such has proven unsuccessful, any idea what I've done incorrectly?

  • erik replied to this.

    You can try these commands, that worked for me on a RP3:
    echo 'SUBSYSTEM=="usb", ATTRS{idVendor}=="03e7", MODE="0666"' | sudo tee /etc/udev/rules.d/80-movidius.rules
    sudo udevadm control --reload-rules && sudo udevadm trigger

    According to VMware installation of depthai documentation