hsogo / psychopy_tobii_controller

A module to use tobii_research package with PsychoPy.
GNU General Public License v3.0
34 stars 11 forks source link
psychopy tobii

psychopy_tobii_controller

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.

Licence

GPLv3 (https://github.com/hsogo/psychopy_tobii_controller/blob/master/LICENCE)

Author

Hiroyuki Sogo (https://github.com/hsogo)

Requirements

PsychoPy (http://www.psychopy.org/) tobii_research (https://pypi.python.org/pypi/tobii-research)

Sample codes

sample01.py

Basic usage of tobii_controller is demonstrated in this sample.

sample02.py

sample03.py

sample04.py

sample05.py

builder_sample01.psyexp

Basic usage of Builder components of tobii_controller is demonstrated in this sample.

Builder components are in ptc_components directory. Copy this directory anywhere you have write permissions and add this directory to component foloders of PsychoPy Preferences. For example, if you copy ptc_components directory to 'C:/Users/foo/Documents', add 'C:/Users/foo/Documents/ptc_components' to components folder and restart PsychoPy. components folder is in 'Builder' tab of PsychoPy Preference dialog.

utility_sample01.py

A sample of utility functions.