Using an ESP32-CAM to unlock a door when a face is recognised. A simple access control system based on face recognition with the ESP32-CAM and the Arduino IDE.
Note: If you are using release 1.0.5 of the ESP32 Arduino Hardware Libraries you can now run the entire project with just these files
FaceDoorEntryESP32Cam.ino
camera_index.h
camera_pins.h
partitions.csv
There is no need to create new partitions in the Arduino IDE
Note: Releases 2.x.x of the ESP32 Hardware Libraries don't support face recognition on the ESP32 modules. The algorithm has been 'improved' and now runs too slowly on these processors.
Full details on the blog: https://robotzero.one/access-control-with-face-recognition/