Skip to content

kiriapurv/node-camera

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

Node Camera

Access and stream web cam in nodejs using opencv and web sockets.

Building

  • It required opencv headers and library to build and run.
  • Modify include_dirs for headers path and library_dirs for library path in binding.gyp according to your opencv installation.
  • Then npm install

Running

npm start -- [-open] [-wsport websocketPort] [-webport webserverport] [-res widthxheight]
Option Description
-open Open streaming url on startup
-wsport Web socket port for streaming media
-webport Web server port
-res Resolution for preview image
-input Input source. ( eg. ip camera url)

About

Access and stream web camera in nodejs using opencv and websockets.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published