Control your system volume using simple hand gestures captured by your webcam.
Move your thumb and index finger apart to increase volume, bring them closer to decrease it.
- Real-time hand tracking with MediaPipe
- Visual overlay showing landmarks, connecting line, and distance bar
- Automatic volume up/down based on finger distance
- Simple, lightweight, and fun to use
- Python
- OpenCV
- MediaPipe
- PyAutoGUI
Install the following Python packages:
mediapipe
opencv-python
pyautoguiThis project was created for fun and as a demo of computer vision + gesture control in Python.
Feel free to explore, modify, and enhance it!
โญ Repo: Hand Gesture Volume Control