/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.

Primary LanguagePython

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.