Hi I have a question about the esp32 cam. Once the camerawebserver code is uploaded to the esp32 cam, and I access the server thru my browser will the camera interface be the same as displayed in the video tutorial with the black background and all the camera settings features, or will i need to upload a different sketch to do face recognition. I am asking this question in advance since Im still waiting on my esp32 cam to arrive by mail.
Hello Michael, yes the example camerawebserver will work exactly as I describe in this project:
However, the face recognition feature has some issues with the latest ESP32 board add-on version. So, you might need to downgrade the ESP32 add-on to version 1.0.1.
- In your Arduino IDE, go to Tools > Board > Boards Manager, search for ESP32 and install version 1.0.1
Regards,
Rui