An open API service indexing awesome lists of open source software.

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.

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.