Skip to content

THARUNESHWAR-369/Gesture-control-mediaplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gesture-control-mediaplayer

Maintenance Maintenance Maintenance Maintenance

adsf

Sample

Play Pause Gesture

Volume Increase Gesture

Volume Decrease Gesture

Forward Gesture

Rewind Gesture

Full Screen Gesture

How to use it?

Change CHOICE to 'youtube' or 'vlc'
Change WEB_CAM_SOURCE to your webcam Source Change swipe option to True (TO enable Advance control)

from HAND_GESTURE_MEDIAPLAYER_CONTROLER import YT_VLC_CONTROL_HAND_TRACKING

if __name__ == "__main__":
  app = MediaPlayer_GestureRecognition(CHOICE='vlc')
  app.start()

Demo

Youtube video - https://youtu.be/aR4TvTsH3vs

Sources

Mediapipe