camera-usb
v1.0.0
Published
Take still frames or mjpeg video from a webcam.
Downloads
4
Readme
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.