Human face detection web does not work on ESP-EYE (ESP32)
Posted: Thu May 29, 2025 8:41 pm
Hi there!
I try to run human face detection web on ESP-EYE (ESP32) but it does not work.
I can build the project and can upload the firmware to ESP-EYE successfully. I can also access the web server, and live streaming is working. However, it does not show any green rectangle even I enable human face detection and recognition. It is only a live streaming and I cannot see any feedback from human face detection and recognition. I am using IDF V5.0 with ESP-WHO V1.1.0. I also make CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y as it looks like memory is not enough which I cannot build the project until I set this parameter to y.
Could someone share some ideas with me so I am able to run this project? Thanks!
I try to run human face detection web on ESP-EYE (ESP32) but it does not work.
I can build the project and can upload the firmware to ESP-EYE successfully. I can also access the web server, and live streaming is working. However, it does not show any green rectangle even I enable human face detection and recognition. It is only a live streaming and I cannot see any feedback from human face detection and recognition. I am using IDF V5.0 with ESP-WHO V1.1.0. I also make CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y as it looks like memory is not enough which I cannot build the project until I set this parameter to y.
Could someone share some ideas with me so I am able to run this project? Thanks!