项目作者: Tiger-0512

项目描述 :
Eye Tracking experiments with Tobii Pro Spectrum (using PsychoPy)
高级语言: Python
项目地址: git://github.com/Tiger-0512/tobii-experiments.git
创建时间: 2021-03-04T08:14:16Z
项目社区:https://github.com/Tiger-0512/tobii-experiments

开源协议:

下载


Eye Tracking experiments with Tobii Pro Spectrum

Environments

  • Python 3.6
  • Psychopy 3.0

Features of the Experiments

Usage

1. Clone this reopsitory

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

2. Create conda environment

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

Check this page for more information.

3. Run Psychopy

  1. $ conda activate psychopy
  2. $ 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.