0.2.0 • Published 10 years ago

fswebcam v0.2.0

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

fswebcam

This module allows you to use the Linux package fswebcam as a Nitrogen camera device.

How to use in your project

  1. Clone the camera project if you do not already have a camera project to start from.

  2. Add 'nitrogen-fswebcam' to your packages.json.

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

10 years ago

0.1.21

10 years ago

0.1.20

10 years ago

0.1.19

10 years ago

0.1.18

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