arnohakk
arnohakk
Hey, any news on this? I would be willing to help implementing :)
Sounds great! As soon as I return from my vacation from the Northern Lands I will contact you via discord :)
@hcuve: @scattenlaeufer and I never tackled this issue as Pygaze fixation detection seems to be robust enough for a freely-moving head, at least for our goals. For offline data analysis,...
@hcuve Sorry for coming back this late. Our toolbox containing the code in currently in the review process. Are you still interested?
Hey, I just saw that there was an update to Python3 :) What do I have to consider when moving to this new version, e.g. dependencies?
Thanks for the tips! We will test these thing this week and will come back to you. Just a reminder: Everything is working fine with the Tobii Tracker, even with...
So the versions of the packages are: - pywin32: 224 - pypiwin32: No module found - configobj: No module found - future: 0.17.1 - json_tricks: 3.13.1 - pyglet: 1.3.2 -...
The problem seems to be that key presses via the PyGaze keyboard that should control the eyetracker seem not to work correctly. When using the Host PC, it seems to...
Hey, we have implemented such functionality using threading: We have the fixation detection running in a separate thread (same should be working with the saccade detection). It is important though...
I did not actually code this, perhaps @scattenlaeufer is so kind and can give a snippet?