Access Control with Face Recognition
Open a door when a face is recognised using the ESP32-CAM This page contains code and other information for the the YouTube video found here: https://youtu.be/mu3-Sff0B9w The code…
Open a door when a face is recognised using the ESP32-CAM This page contains code and other information for the the YouTube video found here: https://youtu.be/mu3-Sff0B9w The code…
Using the ESP-WHO library to record faces with names and then display the name when a face is recognised. This project uses the ArduinoWebsockets library for two way communication…
Using face recognition to open a door or control other home automation devices This tutorial will explain how to save enrolled images in the on-board flash so they survive the…
Setting up the ESP32-CAM with the Arduino IDE and Camera Web Server example. The ESP32-CAM module features an ESP32-S chip, an OV2640 camera and a microSD card slot. There are…
Instructions for installing MicroPython on the Sipeed Maix range of RISC-V 64 boards. I bought an M1w dock suit to test from an Indiegogo campaign. They are now available on…
A step by step guide to setting up the Ai-Thinker ESP32-CAM with Espressif’s ESP32 development environment and the ESP-WHO libraries for face detection and recognition. With…
Building a face recognition system to recognize the faces of my friends and welcome them to a party. There’s a few ways of building a system like this. Possibly the simplest…