This is python project Video Controller using OpenCv
This project is a video controller that utilizes hand gestures to manipulate the volume and playback of a video. The controller interprets specific hand gestures, providing an intuitive and hands-free experience for users.
- Raise the index finger and thumb to control the volume.
- Decrease the distance between them to lower the volume.
- Increase the distance between them to raise the volume.
- Move the index finger and thumb together, touching each other with the pinky finger up to control video playback.
- Move your hand right to fast forward the video.
- Move your hand left to rewind the video.
- Quickly close all fingers and thumb to stop the video.
- Open your hand to resume playing the video.
install OpenCv in Terminal with this code: "pip install opencv-python"