🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

camera-usb

Take still frames or mjpeg video from a webcam.

1.0.0
latest
63

Supply Chain Security

100

Vulnerability

61

Quality

75

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Native code

Supply chain risk

Contains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.

Found 1 instance in 1 package

Shell access

Supply chain risk

This module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.

Found 1 instance in 1 package

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created

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.

FAQs

Package last updated on 16 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts