-
Notifications
You must be signed in to change notification settings - Fork 215
Description
PyGaze has serious problems with our tobii eye trackers.
With the Fusion@120Hz I get a mean intersample time of around the 12 ms (instead of 8.33 ms) and a RMS noise of around 9 ms.
Sometimes the intersample time is 0.1 ms and this can be 20 samples long. So it is hard to interpret the raw data for some recovery efforts.
I used Anaconda to build OpenSesame 3.3.14 with Python3.8, pygaze 0.7.6 and tobii_research 1.10.1.
Other versions of the tobii_research library seem to have the same problem. In both Windows 10 as Debian Bookworm.
This seems to be a common problem with tobii's.
I found Titta wrote a C++ wrapper to overcome this problem. Maybe it is possible to implement TittaPy as wrappper in PyGaze? I am first gonna try to use Titta within the inline scripts in OpenSesame.
I tested Titta with both Matlab and python and there I got nice clean and stable intersample times.