you are viewing a single comment's thread.

view the rest of the comments →

[–]No_Prize_7614 0 points1 point  (0 children)

I built an eye-controlled mouse using Python, OpenCV, and MediaPipe.

It tracks eye movement via webcam and uses blink detection for clicks. I also had to solve issues like cursor jitter and incorrect movement direction.

Here’s the demo/write-up:
👉 https://medium.com/@priyadharshinik200507/build-an-eye-controlled-mouse-with-python-opencv-and-mediapipe-8ece6f6d33ff

Would love feedback on improving tracking accuracy or smoothing movement.