References and guides to using & setting up a raspberry pi for your projects.
Find errors? Please submit an issue or pull request.
Under construction
These setup scripts are designed and tested on Raspbian; other systems may not work correctly.
Find errors? Please submit an issue or pull request.
gPhoto2 is a tool to control digital cameras with code and a USB connection. Supported Cameras.
curl -sSL https://www.piawesome.com/shell-scripts/gphoto2-updater.sh | sudo sh
Or
curl https://www.piawesome.com/shell-scripts/gphoto2-updater.sh -O gphoto2-updater.sh
chmod +x gphoto2-updater.sh
sh gphoto2-updater.sh
curl -sSL https://www.piawesome.com/shell-scripts/setup-face-recognition.sh | sudo sh
Or
curl https://www.piawesome.com/shell-scripts/setup-face-recognition.sh -O setup-face-recognition.sh
chmod +x setup-face-recognition.sh
sh setup-face-recognition.sh
OpenCV is a great tool for performing computer vision analysis on your Pi.
curl -sSL https://www.piawesome.com/shell-scripts/setup-opencv.sh | sudo sh
Or
curl https://www.piawesome.com/shell-scripts/setup-opencv.sh -O setup-opencv.sh
chmod +x setup-opencv.sh
sh setup-opencv.sh