Skip to content

Rai-Sama/Hand_Gesture_Volume_Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hand_Gesture_Volume_Control

  • A simple Computer Vision project created to learn uses of OpenCV.
  • Uses hand gestures (pinch) to control the volume of a device.

Hand_Tracking_Module.py

  • A general module created for all my hand gesture tracking programs.
  • Uses mediapipe for tracking landmarks on the hand.

volume_control.py

  • Uses the hand tracking module to track the hand visible on screen and calculates the volume according to the gesture.
  • Uses the Pycaw library to control the volume of the system - works for windows machines.

alt-text

Releases

No releases published

Packages

No packages published

Languages