GitHunt
TI

Tiger-0512/tobii-experiments

Eye Tracking Experiments with Tobii Pro Spectrum (using PsychoPy)

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.