This project allows you to control the volume of your computer using hand gestures detected through your webcam. It uses OpenCV for video capture, MediaPipe for hand tracking, and Pycaw for audio control.
- Lower Volume: Touch your thumb and index finger together.
- Raise Volume: Separate your index and middle fingers.
- Mute: Touch your index and middle fingers together.
- Unmute: Ensure no fingers are touching.
- Python 3.x
- OpenCV
- MediaPipe
- Numpy
- Pycaw
-
Clone the repository:
git clone https://github.com/kendruska/volume-control.git cd volume-control
-
Install the required packages:
pip install opencv-python mediapipe numpy pycaw
-
Run the script:
python volume_control.py
-
Use the specified hand gestures to control the volume.
This project is licensed under the MIT License. See the LICENSE file for details.