News

This project uses Haar Feature-based Cascade Classifiers to detect hands in an image (or a frame from webcam). For more information regarding using python for Haar Feature object detection see this ...
The code captures frames using a web camera (tested on mac's camera) and outputs a video with a number designates the number of pointed finger. For example, a fist corresponds to 0 and an open hand to ...
We will use an ESP32 board, Python, MediaPipe, and OpenCV to create a system that can detect specific hand gestures and translate them into actions that control LEDs. MediaPipe will be used to ...