// Personal project
I built a computer vision tool that turns hand gestures into computer commands using nothing but a standard webcam, no extra hardware required.
Two separate interaction modes came out of the same hand-tracking core.
Hands-free computer control usually requires extra hardware or sensors. I wanted the same interaction using nothing but a standard webcam.
I built real-time hand landmark tracking as the shared core, then built two interaction modes on top of it: a gesture-controlled virtual mouse and a separate air-painting mode with color selection and erasing.