Skip to content

avipars/pi-cam-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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://<ip of pi>:8000/index.html

and give it some time to load

Demo

Demo video

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