To run this example, you need the following components:
- esp-who framework
- Place this project file in the esp-who root directory
- Configure the example via
make menuconfig
; - Build and Flash
make -j && make flash monitor
ESP32 application; - When you see the screen saying "Please say 'Hi LeXin' to the board", please say
hi lexin
wake-up words to it, when it wakes up it will turn on the web server - Connect to the hotspot that the board opens. The default name is
ESP_Camera
- Open the browser and point it to
http:// [ip-of-esp32] /
; - Get image Press “Get Still” or “Start Stream”;
- Use options to enable/disable face detection, face recognition and other functions;
git clone --recursive https://github.com/espressif/esp-who.git
cd esp-who
git clone --recursive https://github.com/Xinyuan-LilyGO/TTGO-Camer-Mic.git
make menuconfig
make -j
make flash monitor
When compiling under the Windows WLS liunx subsystem, you may encounter the error as shown in the figure. The solution is to find the file and comment out the unused variables.
This project is built on the esp-who hash version: fec860da