Skip to content

An application that uses your webcam and, using Google's MediaPipe computer vision package, lets you control the master volume of your computer based on how close your index finger and your thumb are to each other

Notifications You must be signed in to change notification settings

AwesomeTevv/Gesture-Volume-Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Gesture Volume Control

To run this, you need the following libraries:

  • OpenCV
  • MediaPipe
  • PyCaw

You can install these libraries by going to Terminal and typing

pip install opencv-python
pip install mediapipe
pip install pycaw

Following along this video by FreeCodeCamp.org on YouTube:

www.youtube.com. (n.d.). Advanced Computer Vision with Python - Full Course. [online] Available at: https://www.youtube.com/watch?v=01sAkU_NvOY&ab_channel=freeCodeCamp.org.

About

An application that uses your webcam and, using Google's MediaPipe computer vision package, lets you control the master volume of your computer based on how close your index finger and your thumb are to each other

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages