
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Control VLC Media Player with hand gestures using your webcam.
VLC Gesture Control allows you to control VLC Media Player using hand gestures detected through your webcam. It uses computer vision and machine learning to recognize various hand gestures and translate them into VLC control commands.
![]() | ![]() | ![]() |
Play/Pause (All fingers up) | Volume Up (Index finger only) | Volume Down (Thumb + Index finger) |
Gesture | Action | Description |
---|---|---|
✋ All five fingers up | Play/Pause | Show all five fingers |
☝️ Index finger only | Volume Up | Raise only your index finger |
👍 Thumb + index finger | Volume Down | Show only thumb and index finger |
✌️ Index + middle fingers | Forward 10 sec | Peace sign |
👌 Thumb + index + middle fingers | Backward 10 sec | Show thumb, index, and middle finger |
🤟 Index + middle + ring fingers | Toggle Subtitle | Show index, middle, and ring fingers |
🖖 All fingers except thumb | Change Audio Track | Show all fingers except thumb |
👍 Left hand thumb only | Next Video | Show only thumb on left hand |
👍 Right hand thumb only | Previous Video | Show only thumb on right hand |
usage: vlc-gesture-control [-h] [--version] [--mode {cpu,gpu}] [--camera CAMERA] [--debug]
Control VLC media player using hand gestures detected through your webcam.
options:
-h, --help show this help message and exit
--version show program's version number and exit
--mode {cpu,gpu} Processing mode: CPU (default) or GPU if supported
--camera CAMERA Camera index to use (default: 0)
--debug Enable debug mode with additional logging
--camera 1
.--mode gpu
or close other applications using the webcam.Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/amazing-feature
)pip install -e ".[dev]"
)pytest
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
Control VLC media player using hand gestures detected through a webcam
We found that vlc-gesture-control demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.