PyGaze
PyGaze copied to clipboard
TobiiTracker doesn't use SACCVELTHRESH and SACCACCTHRESH
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 constants.py
but the settings in those files are ignored.
You're welcome to do a pull request :)