webcam-capture

0.1.1 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i webcam-capture

      Weekly Downloads

      4

      Version

      0.1.1

      License

      MIT

      Last publish

      Collaborators

      • zaach