Become a leader in the IoT community!
New DevHeads get a 320-point leaderboard boost when joining the DevHeads IoT Integration Community. In addition to learning and advising, active community leaders are rewarded with community recognition and free tech stuff. Start your Legendary Collaboration now!
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