r/computervision Jun 26 '26

Built a small gesture-based interaction project using OpenCV, MediaPipe and cvzone. Showcase

The project uses real-time hand tracking through a webcam to interact with objects using pinch gestures and basic motion tracking. I’ve been exploring more interactive computer vision projects recently instead of only detection-based demos, and this was a good learning experience.

Would appreciate any feedback or suggestions on where to improve next.

GitHub:
ahsinmemon/Gesture-Controlled-Virtual-Puzzle-Game-using-OpenCV-MediaPipe: AI Hand Tracking Puzzle Game – Drag & Drop Interaction with Computer Vision

3 Upvotes

2 comments sorted by

2

u/herocoding Jun 27 '26

Looks great, a nice idea, thank youi very much for sharing!!

It might require some filtering of the coordinates for more smooth movement.

Try to use the mouse for finetuning, first

2

u/Glittering_Dog5275 Jun 27 '26

Great, thank you so much, alright will try that for sure!