-
Notifications
You must be signed in to change notification settings - Fork 0
Raspberry Pi Setup
Mat Janson Blanchet edited this page Mar 12, 2018
·
14 revisions
- Install Raspbian
- Install NoIR camera hardware
- Enable camera
a. Terminal:sudo raspi-config
b. Interfacing Options > Camera > Enable > Yes
c. Update to latest firmware:sudo rpi-update
- Install Processing and the necessary dependencies:
a. OpenGL video playback for Processing.
This library allows the NoIR camera to work in Processing on the Raspberry Pi. Also, ensure to addbcm2835_v4l2
in/etc/modules
so that the camera kernel is loaded and available.
b. PixelFlow
There is an issue in using this library on the Raspberry Pi... To be investigated in issue #33.