yeungpakming / hand-gesture-control

opencv to handle a livestream input, using mediapipe solution to detect and track a hand, then use pyautogui to perform mouse control
2 stars 0 forks source link

Hand Gesture Control

Video Demo:

This project aims to demonstrate real-time hand detection and tracking, and then control the computer mouse based on hand gesture detected in the live video stream.

Features

Requirements

Python version: 3.12.4

https://youtu.be/P3RpMLNVEPc

Installation

Clone the repository:

$ git clone https://github.com/yeungpakming/hand-gesture-control
$ cd hand-gesture-control