This project is a Computer Vision-based virtual media controller that uses hand gestures to perform common media functions like Play, Pause, Volume Up/Down, Forward, and Rewind. Built using Python and OpenCV, this tool leverages real-time video feed to recognize predefined hand gestures and converts them into virtual keyboard signals.
- π Real-time hand gesture detection
- π΅ Controls media playback:
βΆοΈ Play / Pause- π Volume Up / Down
- β© Forward
- βͺ Rewind
- π· Uses your system camera for gesture detection
- π» Lightweight and easy to run
Make sure you have Python 3.x installed. Then install the required libraries:
pip install opencv-python math
pip install opencv-python
pip install pyautogui