camera-usb

1.0.0 • Public • Published

camera-usb

Capture frames from a USB webcam.

Works on OS X, and Linux. Supports Tessel 2.

npm install camera-usb

Example

var cameralib = require('camera-usb');
var fs = require('fs');
 
cameralib.capture().pipe(fs.createWriteStream('out.jpg'));

License

MIT or ASL2, at your option.

Readme

Keywords

none

Package Sidebar

Install

npm i camera-usb

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • tcr