This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

raspberrypi-camera

0.2.0 • Public • Published

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
        })
    ]
};

Readme

Keywords

none

Package Sidebar

Install

npm i raspberrypi-camera

Weekly Downloads

1

Version

0.2.0

License

none

Last publish

Collaborators

  • timfpark
  • tpark