📷
Hand Track
Real-time hand tracking with OpenCV and MediaPipe. base.py and HTrackMod.py detect and draw hand landmarks from the webcam, and VolumeControl.py ma…
Real-time hand tracking with OpenCV and MediaPipe. base.py and HTrackMod.py detect and draw hand landmarks from the webcam, and VolumeControl.py ma…
Real-time hand tracking with OpenCV and MediaPipe. base.py and HTrackMod.py detect and draw hand landmarks from the webcam, and VolumeControl.py maps the pinch distance between fingers to the system volume.
python base.py. A webcam window opens showing the live feed.python VolumeControl.py instead. Pinch your thumb and index finger together to lower the volume; spread them apart to raise it.q to quit.pip install opencv-python mediapipe numpy pycaw comtypes
python base.py
VolumeControl.py)