Checklist
Issue or Suggestion Description
Board
ESP32-S3-EYE v2.2
IDF & ESP-WHO Version
- IDF Version: v5.5-rc1
- ESP-WHO: Latest master
Issue Description
Hi,
I'm trying to run the human_face_recognition example from ESP-WHO on my ESP32-S3-EYE v2.2 board. While the example builds and flashes, I run into issues like stack overflows, memory overflows, or missing components depending on how menuconfig is set up.
Could you kindly list all the necessary menuconfig options that should be enabled/disabled to make this example work correctly?
Also, if there are any particular settings needed for:
- PSRAM usage
- LCD
- SPIFFS/SD/FATFS mounting
- Face detection model location
- Camera initialization
…that would be super helpful.
This is my first time working with ESP-WHO and I really want to understand how to get this example working properly.
Additional Context
If needed, I can provide full logs or current sdkconfig settings.
Thanks in advance!