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.
- Can change your computer's volume based on your hand activity
- Can track your hand in real-time
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.
https://www.instagram.com/p/CQIK9dWgkMZ
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.