Skip to content

A web server on the ESP32 microcontroller providing live camera streaming with real-time face detection.

Notifications You must be signed in to change notification settings

MrLaki5/ESP32-face-detection

Repository files navigation

ESP32 Face Detection

A web server on the ESP32 microcontroller providing live camera streaming with real-time face detection.

Setup

git submodule update --init --recursive
cd components/esp-dl && git apply ../../esp-dl.patch
# Flash SD card to FAT and create file called wifi.txt, and put WiFi credentials inside. # First row network SSID, second row network password.

Build only

idf.py build

Flash with building

idf.py flash -b 115200

Monitor run

idf.py monitor

About

A web server on the ESP32 microcontroller providing live camera streaming with real-time face detection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published