This project implements a Virtual Mouse that allows users to control the mouse cursor using hand gestures captured through a webcam.
It uses OpenCV, MediaPipe, and PyAutoGUI for tracking hand landmarks and simulating mouse actions such as movement, clicking, and scrolling.
- ๐๏ธ Real-time hand tracking using MediaPipe
- ๐ฑ๏ธ Move mouse cursor with finger position
- ๐ Left click gesture
- โ๏ธ Right click gesture
- โฌ๏ธโฌ๏ธ Scroll up/down using gestures
- ๐ฅ Works with any USB/webcam
- โก Low latency & smooth tracking
- Python 3.10+
- OpenCV
- MediaPipe
- PyAutoGUI
- NumPy