PyGaze
PyGaze copied to clipboard
an open-source, cross-platform toolbox for minimal-effort programming of eye tracking experiments
libsmi
Hi Edwin, I have been working in some new features of the libsmi and opensesame: 1. Definition of the path of the idf file 2. Function to call the iV_ShowEyeImageMonitor()...
The pupil size mode selection menu (see the pic) does not seem to work, as the Eyelink host PC will always show 'area' is in use even if 'diameter' is...
Hi @esdalmaijer, I came across this at least twice while trying out a gaze point tracker, but forgot to save the error. It seems like in the calibration there is...
Hi guys, I recently decided to use Open Sesame along with our Tobii TX-300 Eyetracker to perform a antisaccade paradigm. So far, everything works fine. I just have one major...
Hey, having worked with PyGaze and a Tobii Tracker for the past years, we now tried to test our stuff using an EyeLink 1000. We tried the `shooting_game.py` somewhat successful...
If I analysed the code for Tobii eye trackers correctly, there might be a problem with the detection of saccades. In the paper mentioned in the README.md it is stated...
The danger of including all variables is lag in recordings, and files that look like the one linked in [this thread](http://forum.cogsci.nl/discussion/5289/analysing-data-from-tsv-file-using-the-eyetribe-eye-tracker) on the forum. In addition, there is a risk...
Hi Edwin, I've recently come across a tiny, but troublesome error: if you calibrate the Gazepoint eye-tracker, it works like a charm. However, if you recalibrate the device (i.e. by...
While executing `python simple_tracker_experiment.py ` `Traceback (most recent call last): File "simple_tracker_experiment.py", line 20, in tracker = eyetracker.EyeTracker(disp) File "/usr/local/lib/python2.7/dist-packages/pygaze/eyetracker.py", line 73, in __init__ from pygaze._eyetracker.libsmi import SMItracker File "/usr/local/lib/python2.7/dist-packages/pygaze/_eyetracker/libsmi.py",...
I just started working on the code, and it's a little tricky to get used to some of the non-standard conventions, especially the super-deep indentation. Would it be worth running...