Frontend - supriyak2003/eyecontrol GitHub Wiki

Frontend The front-end of this script is minimal and focused on the live display of the video feed and tracked points. Real-time Video Display: Using cv2.imshow('Eye Controlled Mouse', frame), the code opens a window that shows the webcam feed, with visual overlays indicating the tracked facial landmarks. Visual Feedback: Small circles around landmarks serve as indicators of the eye-tracking and click-detection mechanism, enhancing user interaction and confirming functionality visually.