Skip to content

Latest commit

 

History

History
25 lines (11 loc) · 421 Bytes

README.md

File metadata and controls

25 lines (11 loc) · 421 Bytes

Volume Control using Gestures

The code is used to change the volume with help of hand gestures. By adjusting the distance between the index and thumb, we can change the volume accordingly.

The required libraries are: opencv, numpy, comtypes and pycaw.

The installation command is [windows]:

pip install opencv

pip install numpy

pip install comtypes

pip install pycaw

by Jerome Prakash