@lamassu/v4l2camera
Version:
Capturing images from USB (UVC) cameras on linux machines
51 lines (50 loc) • 1.41 kB
JSON
{
"name": "@lamassu/v4l2camera",
"version": "1.4.2",
"description": "Capturing images from USB (UVC) cameras on linux machines",
"keywords": [
"linux",
"camera",
"native",
"v4l2",
"video4linux2"
],
"homepage": "https://github.com/DeepwaterExploration/node-v4l2camera",
"bugs": {
"url": "https://github.com/DeepwaterExploration/node-v4l2camera/issues"
},
"license": "(MIT OR LGPL-3.0)",
"author": "bellbind <bellbind@gmail.com> (http://bellbind.tumblr.com)",
"main": "./index.js",
"directories": {
"example": "./examples"
},
"repository": {
"type": "git",
"url": "http://github.com/DeepwaterExploration/node-v4l2camera.git"
},
"devDependencies": {
"pngjs": "*",
"jpeg-js": "*"
},
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"test": "node test.js",
"make-c-examples": "make -f c-examples.makefile"
},
"os": [
"linux",
"android"
],
"dependencies": {
"node-addon-api": "^7.1.0"
},
"contributors": [
"Tim Cameron Ryan <id@timryan.org> (https://github.com/tcr)",
"vird <virdvip@gmail.com> (https://github.com/vird)",
"Lennart Kolmodin <kolmodin@gmail.com> (https://github.com/kolmodin)",
"Kunal Singla (https://github.com/tekunalogy)"
]
}