Skip to content

Code from the original eye tracking system for Hybrid EEG-Eye Tracking System

Notifications You must be signed in to change notification settings

swkonz/CSightTech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSight Technologies

An OpenCV based single webcam assistive system for mouse control using only eye movements. Eye tracking is based on simple image gradient eye center algorithm by Fabian Timm.

Status

This Project was combined with an EEG trigger to add button-press functionality and formed the basis for the US patent application us 15268543

OSX or Linux with Make

# do things in the build directory so that we don't clog up the main directory
mkdir build
cd build
cmake ../
make
./bin/eyeLike # the executable file

About

Code from the original eye tracking system for Hybrid EEG-Eye Tracking System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published