Skip to content

Eye Tracking Experiments with Tobii Pro Spectrum (using PsychoPy)

Notifications You must be signed in to change notification settings

Tiger-0512/tobii-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eye Tracking experiments with Tobii Pro Spectrum

Environments

  • Python 3.6
  • Psychopy 3.0

Features of the Experiments

Usage

1. Clone this reopsitory

$ git clone https://github.com/Tiger-0512/tobii-experiments.git

2. Create conda environment

$ cd tobii-experiments
$ curl https://raw.githubusercontent.com/psychopy/psychopy/master/conda/psychopy-env.yml > psychopy-env.yml
$ conda env create -n psychopy -f psychopy-env.yml

Check this page for more information.

3. Run Psychopy

$ conda activate psychopy
$ psychopy

4. Save Eye Tracker Calibration Data

You can use Tobii Pro Eye Tracker Manager for the calibration.
Once you calibrate subject's eyes, the parameter is saved in the eye tracker internally.

5. Execute the experiments

In PsychoPy editor, select the experiment in this repo and the run it.

6. Analyze the eyes' movements(optional)

Run ./tools/gaze_analyzer.py to draw the eyes' tracing

Notice

Any sampling rate is OK when you calibrate subject's eyes.

About

Eye Tracking Experiments with Tobii Pro Spectrum (using PsychoPy)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages