robotzero1 / esp32cam-access-control

Open a door when a face is recognised using the ESP32-CAM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32-CAM Access Control System

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.

Interface

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/

About

Open a door when a face is recognised using the ESP32-CAM


Languages

Language:C 44.6%Language:C++ 35.3%Language:HTML 20.1%