All work — Computer vision — 2026
Native Fusion Control
Control Windows with your body: Python does face, hand and pose fusion, C++ injects input through SendInput at low latency. No browser anywhere.
Runs natively — not a browser app
Ask me about this
The problem
Browser-based tracking can't drive the operating system, and Python input injection is too slow to feel real.
How I approached it
Split by strength — Python for tracking, fusion, smoothing and gesture logic; a C++ bridge for low-latency SendInput injection — with YOLO11 pose running natively for accuracy the browser can't reach.
The outcome
Gesture control that moves the actual cursor without perceptible lag.

Next project