psychopy_tobii_controller is a helper module to use tobii_research package with PsychoPy.
Disclaimer: psychopy_tobii_controller is unofficial. It is NOT affiliated with Tobii.
GPLv3 (https://github.com/hsogo/psychopy_tobii_controller/blob/master/LICENCE)
Hiroyuki Sogo (https://github.com/hsogo)
PsychoPy (http://www.psychopy.org/) tobii_research (https://pypi.python.org/pypi/tobii-research)
Basic usage of tobii_controller is demonstrated in this sample.
- Initializing tobii_controller object
- Open/close data file
- Showing Tobii status display
- Performing calibration
- Start/Stop recording
- Getting the latest gaze position
- Recording event data
- Customizing calibation target color and size.
- Customizing the key to start calibration procedure.
- Controlling the order of calibration target position.
- Customizing calibration procedure.
- Customizing text color in the status display and calibration.
- Using mouse in the status display and calibration.
- Customizing key mapping for selecting calibration points.
- Run a validation test after calibration.
A sample of utility functions.
- Loading data recorded by psychopy_tobii_controller.
- Applying moving average to gaze data.
- Detecting fixations.
- Plotting gaze data.