Skip to content

A simply GUI for calibration the Eyelink eye tracking system from SR Research

Notifications You must be signed in to change notification settings

ndhuu/EyelinkCalibration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

First, create a fresh environment.

conda create -y -n eyelink python=3.6
source activate eyelink
pip install git+https://github.com/grero/pylinkwrapper

Prior to installing the package, the pylink package should be copied from the Eyelink directory to the site-packages directory of the eyelink environment. On a macOS, this could be

cp -r  /Applications/Eyelink/pylink/pylink3.6 ~/anaconda/envs/eyelink/lib/python3.6/site-packages/pylink

Then, we can go ahead and install the package using pip:

pip install git+https://github.com/grero/EyelinkCalibration

Usage

After the installation step, the EyelinkCalibration app should be added to your system and you should be able to automatically run it. On macOS, simply type in EyelinkCalibration from the command line, making sure that you are in the eyelink environment.

About

A simply GUI for calibration the Eyelink eye tracking system from SR Research

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%