Skip to content

Capture a single frame of a mjpeg stream as a jpeg and hand it back to the requester via HTTP

License

Notifications You must be signed in to change notification settings

hardybm/camsnap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

camsnap

Capture a single frame of a mjpeg stream as a jpeg and hand it back to the requester via HTTP

#Dependencies mjpeg-camera
express
forever (optional)
forever-service (optional)

#Install
Run from wherever you installed it
For example - I installed with forever service which handles logging etc

  1. cd camsnap/
  2. sudo forever-service install camsnap --script camsnap.js
  3. sudo service camsnap start
  4. sudo update-rc.d camsnap enable

About

Capture a single frame of a mjpeg stream as a jpeg and hand it back to the requester via HTTP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published