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

https://github.com/avipars/pi-cam-server

Experimental web server for a pi camera
https://github.com/avipars/pi-cam-server

pi picamera2 raspberry-pi

Last synced: about 1 year ago
JSON representation

Experimental web server for a pi camera

Awesome Lists containing this project

README

          

# pi-cam-server

Experimental web server for a Pi Camera

call ```python cam-server.py``` (on the Pi)

and on another computer, navigate to ```http://:8000/index.html```

and give it some time to load

### Demo

[![Demo video](https://img.youtube.com/vi/hkoxSHssY_g/0.jpg)](https://www.youtube.com/watch?v=hkoxSHssY_g)

If you found this project useful, consider starring the repo, leaving a sub on youtube, and maybe even buying me a coffee.

### Credit goes to:

https://github.com/raspberrypi/picamera2/blob/main/examples/mjpeg_server_with_rotation.py

https://github.com/raspberrypi/picamera2/blob/main/examples/mjpeg_server.py

https://github.com/raspberrypi/picamera2/blob/main/examples/mjpeg_server_2.py