Control your system's volume using hand gestures via a webcam. This project uses OpenCV for video processing, MediaPipe for hand tracking (through a custom module), and Pycaw for controlling system volume on Windows.
- Real-time hand detection and tracking
- Gesture-based volume control using thumb and index finger distance
- Visual volume bar feedback on screen
- FPS display for performance monitoring
Install dependencies with pip:
pip install opencv-python mediapipe numpy pycaw comtypes