Garnet Squadron 4901 Vision Processing for the Raspberry Pi 2 using GRIP, WS2812B LEDs and the Raspberry Pi Camera
Download from https://www.raspberrypi.org/downloads/raspbian/
Install using directions found here: https://www.raspberrypi.org/documentation/installation/installing-images/windows.md
- Username:pi
- Password:raspberry
sudo raspi-config
- Expand Filesystem
- Boot Options -> B2 - Console Autologin
- Wait for Network at Boot -> Fast Boot without waiting for network connection
- International Options -> Change Keyboard Layout -> Generic 105-key (Intl) PC -> Other -> English (US) -> English (US) -> The default for the keyboard layout -> No compose key
- Enable Camera -> Enable
- (Optional, but recommended) Change the password.
- Finish -> Reboot? Yes
- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get install subversion rpi-update
- sudo rpi-update
- sudo reboot
- svn co https://github.com/GarnetSquardon4901/rpi-vision-processing.git/trunk/ ~/
- chmod 755 setup-gv.sh
- ./setup-gv.sh
- At this point, you can deploy GRIP to /home/pi/vision/grip using GRIP on your computer.
- sudo reboot