npm.io
0.1.1 • Published 12 years ago

webcam-capture

Licence
MIT
Version
0.1.1
Deps
0
Vulns
0
Weekly
0
Stars
6
Install scriptsThis package runs scripts during installation (preinstall/install/postinstall)

webcam-capture

Capture frames from you webcam.

This was part of a little weekend hack, so it only works for OS X. Please send PRs for your platform or webcam setup.

Cheers, @zii

Example

var capture = require('webcam-capture');
var spawn = capture({ stdio: [null, process.stdout, null] });
// shortcut to write to a file
// var spawn = capture({ out: 'me.jpg' });

License

MIT