Skip to content

Diwas524/Volume-Control-using-gesture

Repository files navigation

Volume control system using gestures

In this project we are going to learn how to use Gesture Control to change the volume of a computer. We first look into hand tracking and then we will use the hand landmarks to find gesture of our hand to change the volume.

Features

  • Can change your computer's volume based on your hand activity
  • Can track your hand in real-time

How to use?

Step 1: Clone this repository on your local computer

git clone https://github.com/Diwas524/Volume-Control-using-gesture.git

Step 2: Install all the requirements

pip install -r requirements.txt

Step 3: Run the program

python ctrl.py

Note: You might have to wait for sometime usually 1-2 minutes for program to start and work properly.

Video of output

https://www.instagram.com/p/CQIK9dWgkMZ

Special help

You might face issue with webcam not showing or something related to webcam. To solve it just change the value/webcam from python files.

cv2.VideoCapture(0)

You can increment the number 0 until you see your webcam.

If you like my programs then do follow me on instagram!

https://www.instagram.com/aihub_/

About

learn how to use Gesture Control to change the volume of a computer

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published