Install GazeParser (Mac OS X)¶
警告
From 0.7.0, SimpleGazeTracker does not officially support MacOS X. GazeParser will continue to support MacOS X.
Dependencies¶
Python 3.6 or later is necessary to use GazePaser. GazeParser depends on following Python modules.
numpy
scipy
matplotlib
PIL (Python Imaging Library)
wxPython (for data viewer)
PsychoPy (experimental control library)
注釈
VisionEgg backend is no longer supported by 0.11.0 or later.
Download¶
GazeParser installer can be downloaded from following page.
http://sourceforge.net/projects/gazeparser/files/
Download following source archive to computers which you plan to use stimulus presentation and data analysis. Expand the archive and run 'python setup.py install'.
注釈
If you want to use GazeParser.TrackingTools with Standalone PyschoPy, you have to download zip version of GazeParser. Expand zip file and copy a directory named 'GazeParser' to 'site-packages' of Standalone Psychopy installation directory. You may have to install ImageFont and ImageDraw modules from PIL in a similar way.