Skip to content

Raspberry Pi Setup

Mat Janson Blanchet edited this page Mar 12, 2018 · 14 revisions
  1. Install Raspbian
  2. Install NoIR camera hardware
  3. Enable camera
    a. Terminal: sudo raspi-config
    b. Interfacing Options > Camera > Enable > Yes
    c. Update to latest firmware: sudo rpi-update
  4. 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 add bcm2835_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.

Remote Utils

  1. Enable SSH
  2. Install VNC
    Note that accessing the Pi by VNC will not allow to view the camera rendered on GPU.
Clone this wiki locally