Download and setup sgttoolbox¶
Setup PsychToolbox3. See http://psychtoolbox.org/HomePage for instruction of PsychToolbox3 installation.
Download sgttoolbox from http://sourceforge.net/projects/sgttoolbox/files/.
- for Matlab on Windows 64bit: download SimpleGazeTracker.m and sgttbx_net.mexw64.
- for Octave on Ubuntu 64bit: download SimpleGazeTracker.m and sgttbx_net.mex.
- Other: SimpleGazeTracker.m and sgttbx_net.c. Then, build Mex file by running ‘mex sgttbx_net.c’. Please see file header comment of sgttbx_net.c, too.
Copy SimpleGazeTracker.m and the Mex file to a directory where Octave can find them.