https://github.com/alexcoder04/animated-guacamole
Serve images live from Raspberry Pi Camera
https://github.com/alexcoder04/animated-guacamole
camera http http-server image picamera raspberry-pi raspberry-pi-camera raspberrypi server
Last synced: 18 days ago
JSON representation
Serve images live from Raspberry Pi Camera
- Host: GitHub
- URL: https://github.com/alexcoder04/animated-guacamole
- Owner: alexcoder04
- License: agpl-3.0
- Created: 2022-08-06T18:07:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-25T09:19:51.000Z (over 2 years ago)
- Last Synced: 2025-09-05T10:47:13.834Z (6 months ago)
- Topics: camera, http, http-server, image, picamera, raspberry-pi, raspberry-pi-camera, raspberrypi, server
- Language: Python
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# animated-guacamole

## *ENGLISH*
Serve live images via http from Raspberry Pi Camera.
The image is taken when you request the page.
### How to use
Download the `main.py` script / clone this repository onto your Raspberry Pi
and run it.
Then, open `http://:8000/` in your browser to see the image
or request `http://:8000/image.jpeg` if you want to get the image
from command line or another script.
### Note
This script uses the legacy picamera module and does not work on newer
64-bit releases of Raspbian.
---
## *DEUTSCH*
Bereitstellung von Live Bildern von der Raspberry Pi Kamera über HTTP.
Das Bild wird in dem Moment geschossen, wenn es angefragt wird.
### Benutzung
Lade das `main.py` Skript herunter oder klone dieses Repository auf deinen
Raspberry Pi und führe es aus.
Öffne `http://:8000/` im Browser, um das Bild von der Kamera
zu sehen oder frage `http://:8000/image.jpeg` an, wenn du das Bild
in der Kommandozeile oder in einem anderen Skript benutzen willst.
### Achtung
Dieses Skript verwendet das ältere picamera-Modul, was nicht auf neueren
64-bit-Versionen von Raspbian funktioniert.
---
## Contributors
[@nilswgnr](https://github.com/nilswgnr)