Here is the URL I used to try to learn more about how to do Face Detection/Recognition:
https://randomnerdtutorials.com/esp32-cam-video-streaming-face-recognition-arduino-ide/#more-82418
Here is the URL for the ESP32-CAM board I bought and am trying to use to do Face Recognition as shown in the above mentioned tutorial:
“https://www.amazon.com/dp/B0836KW9N7?psc=1&ref=ppx_yo2ov_dt_b_product_details”
The tutorial says to use the sketch from the ESP Examples.
Since it doesn’t appear to work, are you saying it used to work in the past but then they changed the program and now the example sketch does not work with this particular board with an S chip.
And furthermore, are you also saying the Face Detection/Recognition sketch NOW requires a board with an S3 chip and if you are saying that, then exactly which board can I buy to be able to run the Face Detection/Recognition sketch and WHERE would I get this sketch?
In the event I’m too far out front on this issue (i.e. you guys haven’t yet gotten the program to work correctly on some “S3” board), then let me know and I’ll change direction.
I have tried various CameraWebServer programs with my ESP32-S3-WROOM-1 board and have always failed.
I sometime wonder if there are other parameters I’m not aware of such as “Partition Scheme, etc. that may be defeating me!
Thanks,
Ray
Hi.
What I mean is that face detection no longer works by default on cameras that don’t have the S3 chip.
It is mentioned in the current example under the examples menu in the Arduino IDE.
I’m not sure if you need to uncomment some settings to make it work with that board.
See my answer here: https://rntlab.com/question/face-recognition-using-camerawebserver/
Regards,
Sara