Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

miguelmota/node-raspistill-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node raspistill stream

All this does is start a raspistill process to continously write images to /tmp/stream so that node can read in those images and send them to the browser via a socket stream with BinaryJS.

Experimental use.

Dependencies

  • RPi camera module
  • raspistill

Install

git clone https://github.com/miguelmota/node-raspistill-stream
cd node-raspistill-stream
npm install

Usage

Run

node server.js

then navigate to http://<your RPi's ip>:9000/ to view the stream of images.

License

Released under the MIT License.

About

Experimental. Stream raspistill images to browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published