PyGaze icon indicating copy to clipboard operation
PyGaze copied to clipboard

an open-source, cross-platform toolbox for minimal-effort programming of eye tracking experiments

Results 53 PyGaze issues
Sort by recently updated
recently updated
newest added

I have an multiple Eyelink eyetracker's setup at my university. One of them has a different than default IP address and cannot be found via the method in libeyelink.py on...

Hi, in an experiment we have a loop visualizing a video but the time between eyetribe log and the libtime is not aligned. ``` tracker.log("before start %d" % t0) scr.screen.append(mov)...

When you specify a unicode path for the logfile in `libtobii`, a `UnicodeEncodeError` can be triggered. - https://github.com/esdalmaijer/PyGaze/blob/master/pygaze/_eyetracker/libtobii.py#L107 Ideally, `libtobii` would use unicode (`unicode` in Python 2, `str` in Python...

Hello, I am encountering an error in PyGaze on OpenSesame, when the trial has special character such as "ä,ö,ü,ß" and tries to log them as variables. The experiment crashes every...

question

Reading the [documentation](http://www.pygaze.org/documentation/eyetracker/#EyeTracker.wait_for_fixation_end), this function must return "time, startpos, endpos" but, instead of that, it returns clock.get_time(), spos

In the pygaze_drift_correct plug-in in OpenSesame 2.9.6 on Windows 7 x64: The _Target color_ and _Target style_ both get disabled (grayed out) after unchecking _Show display with drift-correction target_ as...

enhancement

Tested with my own 0.6.0 fork, passing a non-ascii string to `EyeTribe.log_message()` causes an Exception. This happens because the message is cast to `str` without checking.

bug

In the `__init__` for `TobiiTracker` the values for `saccade_velocity_threshold` and `saccade_accelaraiton_threshold` are hard coded to be set to `35` and `9500` respectively. These values should be set in `defaults.py` or...

bug

"import sys" needs to be added to the code to make it work. otherwise python throws an error.

bug

Hey there, for libinput.Keyboard.get_key() it says in the documentation that the default value is 'None'. This seems not to be correct, it seems to be set to 0. Cheers, Arne

enhancement