Skip to content

Krytax-24/Volume-Control-Using-Gesture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Volume-Control-Using-Gesture

This Repository Consists of two files:-

  • HandTrackingModule.py
  • VolumeHandControl.py

HandTrackingModule

  • Uses OpenCV and MediaPipe to detect and track the hand using the "Hand Landmark Model".
  • OpenCV is a library used for computer vision applications. With help of OpenCV, we can build an enormous number of applications that work better in real-time. Mainly it is used for image and video processing.
  • MediaPipe is a framework mainly used for building audio, video, or any time series data. With the help of the MediaPipe framework, we can build very impressive pipelines for different media processing functions.
  • Hand Landmark Model image

VolumeHandControl

  • Uses the HandTrackingModule.py mentioned earlier to detect hands and track the movemnet of the hand using the above mentioned Hand Landmark Model.
  • Uses pycaw
  • pycaw is a python Core Audio Windows Library
  • Link to pycaw github Repository

Demostration Video

Volume.Control.Using.Hand.Gestures.mp4

About

A Computer Vision Program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages