git clone https://github.com/espressif/esp-who.git 运行示例 ESP-WHO 的所有示例都存放在examples中。该文件夹架构如下所示: ├── examples │ ├── human_face_detect // 仅使用esp_lcd,帧率高 │ ├── human_face_detect_lvgl // 帧率较低,但是图形库更强大 │ ├── human_face_recognition...
After hardware setup, you can proceed with preparation of development tools. Go to theguide to ESP-WHO, which will walk you through the following steps: Get ESP-IDFwhich provides a common framework to develop applications for ESP32-S3 in C language. ...