Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 570 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 570 Bytes

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