fswebcam
v0.2.0
Published
This module allows you to use the Linux package fswebcam as a Nitrogen camera device.
Downloads
10
Readme
fswebcam
This module allows you to use the Linux package fswebcam as a Nitrogen camera device.
How to use in your project
Clone the camera project if you do not already have a camera project to start from.
Add 'nitrogen-fswebcam' to your packages.json.
Add a FSWebCamCamera to your cameras in config.js:
var config = {
cameras: [
new FSWebCamCamera({
width: 640,
height: 480
})
]
};