You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you test this if it works ok i'll add a PR to pull this into their code. Testing in a container without goggles attached makes it difficult for me to understand if the module load errors is because of the npm install path or because the module doesn't have a usb device to use.
RPI installation script
`
function install {
sudo apt-get install -y ffmpeg curl
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs git
git clone https://github.com/fpv-wtf/voc-poc.git
cp -r voc-poc/* $targetdir/ # voc-poc expects /home/pi/index.js
sudo apt-get install -y libudev-dev
cd $targetdir/
npm install
start
}
`
The text was updated successfully, but these errors were encountered: