S1-B12-Cursor_Movement_With_Eyeball_Using_OpenCV #5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
341734522-34178012-5954-4b8c-aa56-fcfeb47c7a06.mp4
The EyeBall Cursor Control project is a Python application that enables hands-free control of the computer cursor using real-time eye tracking. It leverages computer vision techniques, specifically using the MediaPipe library for face mesh and landmark detection, to track the user's eye movements through a webcam feed. By translating these movements into mouse cursor movements on the screen, users can interact with their computers without using their hands. The application also includes blink detection functionality, allowing users to simulate mouse clicks or trigger other predefined actions by blinking. It is designed to be cross-platform compatible, operating seamlessly on multiple operating systems with Python and required dependencies.