Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion capture.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef CAMERA_H
#define CAMERA_H

#include <time.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "v4l2camera",
"name": "node-v4l2camera",
"version": "1.0.4",
"description": "Capturing images from USB(UVC) webcam on linux machines",
"keywords": [
Expand All @@ -9,9 +9,9 @@
"v4l2",
"video4linux2"
],
"homepage": "https://github.com/bellbind/node-v4l2camera",
"homepage": "https://github.com/silence48/node-v4l2camera",
"bugs": {
"url": "https://github.com/bellbind/node-v4l2camera/issues"
"url": "https://github.com/silence48/node-v4l2camera/issues"
},
"license": "(MIT OR LGPL-3.0)",
"author": "bellbind <[email protected]> (http://bellbind.tumblr.com)",
Expand All @@ -21,7 +21,7 @@
},
"repository": {
"type": "git",
"url": "http://github.com/bellbind/node-v4l2camera.git"
"url": "http://github.com/silence48/node-v4l2camera.git"
},
"devDependencies": {
"pngjs": "*",
Expand All @@ -41,6 +41,7 @@
"nan": ">=2.3.0"
},
"contributors": [
"Silence48 <[email protected]> (https://github.com/silence48)",
"Tim Cameron Ryan <[email protected]> (https://github.com/tcr)",
"vird <[email protected]> (https://github.com/vird)",
"Lennart Kolmodin <[email protected]> (https://github.com/kolmodin)"
Expand Down