Real-time webcam computer vision app that tracks faces and hands, draws landmarks, and maps pinch gestures to desktop mouse control.
Gesture Control processes webcam frames in real time, renders CV overlays, and turns hand gestures into practical desktop input. The app keeps the pipeline modular while running fully in a single Python entrypoint.
Capture, detect faces, run async hand inference, draw overlays, apply gesture controls, and render output in one tight loop.
Pinch detection scales with hand size and includes cooldown debounce to reduce accidental repeated clicks.
Only cursor motion is mirrored, preserving webcam intuition while keeping landmark calculations stable.
Combines visible CV output and real OS interaction output, making the project strong for demos and technical interviews.