https://github.com/cmar0ck/rpidostream
'Fakes' a cam stream by taking input from raspistill, embedding it into a website, refreshing it periodically and making it available via apache2.
https://github.com/cmar0ck/rpidostream
raspberry-pi raspberry-pi-camera streaming
Last synced: 15 days ago
JSON representation
'Fakes' a cam stream by taking input from raspistill, embedding it into a website, refreshing it periodically and making it available via apache2.
- Host: GitHub
- URL: https://github.com/cmar0ck/rpidostream
- Owner: cmar0ck
- Created: 2017-05-26T13:36:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T17:12:00.000Z (about 9 years ago)
- Last Synced: 2025-02-26T07:15:00.006Z (over 1 year ago)
- Topics: raspberry-pi, raspberry-pi-camera, streaming
- Language: HTML
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rpidostream (aka RaPidoStream aka Raspberry Pi Pseudo Stream)
rpidostream 'fakes' a cam stream by taking input from raspistill, embedding it into a website, refreshing it periodically and making it available via apache2.
Advantage: Saves time and effort compared to compiling and configuring mjpg_streamer or other streaming software.
Disadavantage: Only ~2fps
Prerequisites:
``sudo apt install apache2``
move files to /var/www/html/ and make folder writable for rpidostream.sh, then run
``sh rpidostream.sh``