Media Player Gesture Control
Gesture controller for media player with MediaPipe, VLC and OpenCV.
Contents
About
A tool for using gestures to control the video playback in VLC media player.
Setup
- Ensure that you have VLC installed on your computer
- Open your Terminal/CMD and type the command below
$ pip install -r requirements.txt
- Run main.py
$ python3 main.py
Usage
- Click "Browse" to select a mp4 video and launch the controller
- Type "Q" to quit
Thanks to [MediaPipe](https://mediapipe.dev/) for their excellent hand tracking model and their thorough [documentation](https://google.github.io/mediapipe/).