https://github.com/t0mer/espcam-secserver
Python backend for esp32 cam based security system
https://github.com/t0mer/espcam-secserver
arduino-ide docker esp32 esp32-camera fastapi greenapi python3 security-camera
Last synced: 4 months ago
JSON representation
Python backend for esp32 cam based security system
- Host: GitHub
- URL: https://github.com/t0mer/espcam-secserver
- Owner: t0mer
- License: apache-2.0
- Created: 2024-08-14T15:35:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-06T13:29:32.000Z (10 months ago)
- Last Synced: 2025-08-06T15:31:39.178Z (10 months ago)
- Topics: arduino-ide, docker, esp32, esp32-camera, fastapi, greenapi, python3, security-camera
- Language: C
- Homepage:
- Size: 612 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32-CAM Security Server

## Overview
`espcam-secserver` is both Python-based backend and ESP32-CAM-based security system. It uses **FastAPI** to manage HTTP requests and provides integration for multiple ESP32-CAM devices. This backend handles requests from the cameras, stores captured images, and manages a basic security system infrastructure.
![alt text]()
## Features
- **FastAPI server**: Handles camera requests and HTTP responses.
- **ESP32-CAM integration**: Designed to work with ESP32-CAM devices for security purposes.
- **Docker support**: Run the backend easily using Docker.
- **Security-focused design**: Aimed at creating a DIY security camera system.
- **Whatsapp integration**: Send notification with images to whatsapp using [Green API](https://green-api.com/en)
## Getting Started
### Prerequisites
- Python 3.8+
- Docker
- ESP32-CAM device(s)
- Arduino Studio (IED)