commandcam

0.2.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    1
  • 0.1.21
    1

Package Sidebar

Install

npm i commandcam

Weekly Downloads

2

Version

0.2.0

License

none

Last publish

Collaborators

  • tpark