RP4 - ma2480 Error
Hello Kialo , have you installed the dependencies? If not, follow the link below:
https://docs.luxonis.com/projects/api/en/latest/install/#raspberry-pi-os
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