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

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

Awesome Lists containing this project

README

          

# animated-guacamole

![Overview](./assets/overview.png)

## *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)