A real-time hand gesture-based screen brightness control tool using MediaPipe Hands and OpenCV. This project uses your webcam to track your hand, specifically the distance between your thumb and index finger, to dynamically adjust your system's screen brightness.
- โ Real-time hand tracking using MediaPipe
- ๐ท Live webcam input via OpenCV
- ๐ Dynamically adjusts brightness based on finger distance
- ๐ฅ๏ธ Works with system display brightness
- ๐ Smooth and intuitive interaction
- โจ๏ธ Press 'e' to exit the tool
- The webcam detects your hand using MediaPipe Hands.
- It calculates the distance between your thumb tip and index finger tip.
- The screen brightness is adjusted proportionally based on this distance.
- Closer fingers = lower brightness
- Further apart = higher brightness