-
Notifications
You must be signed in to change notification settings - Fork 7.6k
CameraWebServer example no log output for Face Detection on ESP32 Cam #5878
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
Comments
I think the "fd_forward.h" and "fr_forward.h" aren't being found, when trying to include them
|
Correct since face defection is not included in the core 2.0.1 build |
@Jason2866 is there a plan to implement it or is it gone for good? If so what does that timeline look like? CameraWebServer example
|
This is a question for the maintainers. I just do a modified Arduino framework for Project Tasmota with the https://github.com/espressif/esp32-arduino-lib-builder and noticed in this process that there is no more a compatible Face Detection version for IDF4.4 It is replaced by https://github.com/espressif/esp-dl which is not implemented in Arduino at the moment. |
@Jason2866 I also recently noticed this. Surely will take a look at it and fix it at some point :) |
@me-no-dev - You are amazing! If you can let me know as I am building PoC based of example code and parts. Was shocked when it stopped working. I guess for now I can downgrade to re-enable functionality? @Jason2866 - Thank you for the info. |
Sorry to revive this thread, I tried v2.0.1 and added |
@chepo92 You have not used core v2.0.1 in this case, there is no |
You were right, i checked pio output and it is using |
hey doubling back on this topic seeing if there is a way i can get involved to help. I would really like to see this feature or something similar in the newer version or a submodule for it. let me know how i can get involved. think i found a solution in ---> https://github.com/espressif/arduino-esp32/blob/master/libraries/ESP32/examples/Camera/CameraWebServer/app_httpd.cpp |
Hardware: ESP32 Cam
Board: ESP32 Wover Module
Core Installation version: 2.01
IDE name: Arduino IDE
Flash Frequency: 80Mhz
PSRAM enabled: yes
Upload Speed: 115200
Computer OS: Mac OSX
Description:
Using the example "CameraWebServer" sketch no logs are appearing to see if Face Detection is working or not
Debug Messages:
The text was updated successfully, but these errors were encountered: