An open API service indexing awesome lists of open source software.

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.

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``