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

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

Awesome Lists containing this project

README

          

# ESP32-CAM Security Server

![Camera setup](images/placed_camera.jpg)

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