Setup on Raspberry Pi running Minibian - Javierma/OctoPrint-TFG GitHub Wiki
For now this is just an ongoing collection of things that need to be done on top of the Setup instructions for Raspbian.
Just started yesterday to install everything.
I start with Minibian (a small Raspbian). In the end only the Webcam don't want to start because the V4L has not enough rights.
Just add the user to the group 'video'. ("sudo usermod -aG video pi" or similar)
Additional you need to install:
sudo apt-get install libv4l-dev
Also you need a softlink:
sudo ln -s /usr/include/libv4l1-videodev.h /usr/include/linux/videodev.h
Don't forget to relog after adding user to the group video.
Or follow this guide.