Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Hello everyone. Does anyone know what happened to face detection in esp32 cam? I don’t see the option in my browser as others have online. I read somewhere its been disabled? “Note: Releases 2.x.x of the ESP32 Hardware Libraries don’t support face recognition on the ESP32 modules. The algorithm has been ‘improved’ and now runs too slowly on these processors.” Source: https://github.com/robotzero1/esp32cam-access-control
The photo after uploading the code
Hello @wafa_ath The face detection feature on your `ESP32-CAM` might be missing because the newer versions of the `ESP32` hardware libraries I think from 2.1 and above have dropped support for face recognition on these modules. The face recognition algorithm was updated, but it now runs too slowly on the `ESP32` processors, leading to its removal from these releases. You might need to downgrade to an older version of the `ESP32` libraries or use alternative methods for face detection.
This is a troubleshooting guide you can use
CONTRIBUTE TO THIS THREAD