-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library for face detection Missing on Arduino core for the ESP32 V3.1 #10881
Comments
Face recognition has been removed in Arduino Core 3.1.x |
Ohh really? |
The face detections and recognition library was changed and no longer supports the chips before ESP32-P4 and the old versions that do support them can not be compiled with the new versions of ESP-IDF, so we had to remove support. |
So is there any way of still using it?? |
Only with Arduino Core 3.0.7 |
* fix(camera): Update resolutions and remove face detection * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
I've read that ESP-DL v3.0 has been released and that normally it supports ESP32S3. Any plan to have back ESP-DL v3.0 in the Arduino ESP core in the future? |
Board
ESP32s3 cam Dev Board
Device Description
ESP32s3 cam Dev Board
Hardware Configuration
Camera OV2640
Version
v3.1.0
IDE Name
Arduino IDE
Operating System
Windows 10
Flash frequency
80Mhz
PSRAM enabled
yes
Upload speed
921600
Description
On arduino IDE when switch to board ESP32 version 3.1.x the files for face recognition are missing.
Running compilation will report error:
#include "face_recognition_112_v1_s8.hpp" Not Found.
It works right on ESP32 board version 3.0.7
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: