0.2.0 • Published 10 years ago

raspberrypi-camera v0.2.0

Weekly downloads
57
License
-
Repository
-
Last release
10 years ago

raspberrypi-camera

This module allows you to use the Raspberry PI camera as a Nitrogen device.

How to use in your project

  1. Configure the Raspberry Pi to enable using the onboard camera:
sudo raspi-config
  1. Clone the camera project if you do not already have a camera project to start from.

  2. Add 'raspberrypi-camera' to your packages.json.

  3. Add a RaspberryPiCamera to your cameras in config.js:
var config = {
    cameras: [
        new RaspberryPiCamera({
            width: 1024,
            height: 768
        })
    ]
};
0.2.0

10 years ago

0.1.20

10 years ago

0.1.18

10 years ago

0.1.17

10 years ago

0.1.16

10 years ago

0.1.15

10 years ago

0.1.14

10 years ago

0.1.13

10 years ago

0.1.12

11 years ago

0.1.11

11 years ago

0.1.10

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.1

11 years ago