Enthernet Code
Enthernet Code
DIIDevHeads IoT Integration Server
Created by wafa_ath on 8/23/2024 in #edge-networking
Does anyone know what happened to face detection in esp32 cam?
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.
5 replies