https://github.com/jmoussa/computer-vision-volume-control
Simple program that traces hand movements (in this case a pinch gesture) and adjusts the computer's volume based on distance between the thumb and index finger.
https://github.com/jmoussa/computer-vision-volume-control
computer-vision cv2 cv2-library gesture gesture-recognition gestures pc-tool python tool volume-control
Last synced: 3 months ago
JSON representation
Simple program that traces hand movements (in this case a pinch gesture) and adjusts the computer's volume based on distance between the thumb and index finger.
- Host: GitHub
- URL: https://github.com/jmoussa/computer-vision-volume-control
- Owner: jmoussa
- Created: 2021-07-29T18:36:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-29T18:38:15.000Z (almost 4 years ago)
- Last Synced: 2025-01-20T14:34:50.019Z (5 months ago)
- Topics: computer-vision, cv2, cv2-library, gesture, gesture-recognition, gestures, pc-tool, python, tool, volume-control
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Computer Vision Volume Control
## Volume Control with Webcam and a Hand
## To Run
```
pip install -r requirements.txt
python VolumeControl.py
```Pinch index finger and thumb to lower volume and expand to raise volume.