ESP32 camera firmware that support various camera models
To run this example, you need ESP-IDF
After you've completed the hardware settings, please follow the steps below:
- Connect the camera to ESP32 module;
- Configure the example through
make menuconfig
or the fasteridf.py menuconfig
if you are using ESP-IDF v3.2 or above, that support Cmake; - Build the application
make all
or the fasteridf.py build
; - Flash the application
make flash
oridf.py flash
; - Open Your Browser and point it to
http://[ip-of-esp32]/
;
If you use AP mode, first connect to AccessPoint created by ESP32 then open http://192.168.4.1/; - To Get Image press
Get Still
,Start Stream
orStart Stream
;
stream is activated by default on http://192.168.4.1:81/stream - Use The Options to enable/disable Face Detection, Face Recognition and more;