Page 1 of 1

ESP32 CAM Cannot enroll face for Face Recognition

Posted: Thu May 09, 2024 7:32 am
by penudjira
Hi All, i was test my ESP32 CAM and i uploaded code from Example->ESP32->Camera->CameraWebServer and that's successfull, but when i want to using face recognition fitur, i can't enroll the new face and there's no Alert in my Camera Web Server.
please help me to solve this problem :(

Re: ESP32 CAM Cannot enroll face for Face Recognition

Posted: Fri May 10, 2024 8:05 am
by liaifat85
Are you receiving any warnings regarding memory shortage?
ESP32 CAM modules have limited memory. If your code or the face recognition library consumes too much memory, it could lead to unexpected behaviour.