This document describes an eye tracking project that uses OpenCV to track eyeball movement from a webcam and move the mouse cursor based on the detected eyeball coordinates. It uses modules for video recording, frame extraction, gaze tracking via OpenCV, and moving the cursor. OpenCV is used to detect eyeballs in frames and extract x,y coordinates, which are then passed to pyautogui to move the mouse cursor. The project demonstrates controlling mouse movement with eye tracking in real-time from a webcam.
Related topics: