https://github.com/phillipj/rpi-camera-stream
Live camera streaming from a Raspberry Pi
https://github.com/phillipj/rpi-camera-stream
camera nodejs raspberry-pi
Last synced: 10 months ago
JSON representation
Live camera streaming from a Raspberry Pi
- Host: GitHub
- URL: https://github.com/phillipj/rpi-camera-stream
- Owner: phillipj
- Created: 2017-02-07T20:41:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T21:31:49.000Z (almost 9 years ago)
- Last Synced: 2025-04-11T04:36:43.328Z (10 months ago)
- Topics: camera, nodejs, raspberry-pi
- Language: JavaScript
- Size: 1.95 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raspberry Pi Live Camera Streaming
A fork of the tutorial: http://thejackalofjavascript.com/rpi-live-streaming/
Simple Node.js server side application which communicates with the camera module
on a Raspberry Pi. It exposes a websocket server web browser can connect to,
continously getting new images as they are taken by the camera module.
## Start server
```bash
$ npm install
$ node .
```
Then open http://localhost:3000 in your favorite browser.
## LICENSE
MIT