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
- Host: GitHub
- URL: https://github.com/avipars/pi-cam-server
- Owner: avipars
- Created: 2024-11-03T11:01:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-01T09:34:26.000Z (over 1 year ago)
- Last Synced: 2025-04-11T05:08:27.773Z (about 1 year ago)
- Topics: pi, picamera2, raspberry-pi
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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
[](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