depthai-core
depthai-core copied to clipboard
`install_dependencies.sh` for RPi Zero W (armv6l)
Hi,
currently the DepthAI API only works on RPi Zero W (armv6l) when installing
sudo apt-get install libusb-1.0-0-dev
after installing the dependencies with
sudo curl -fL https://docs.luxonis.com/install_dependencies.sh | bash
It would be great if you could add libusb-1.0-0-dev
to the dependencies specifically for armv6l. Thanks!