Set up eyetracker with pygame display instead of psychopy.Window
Hi,
Is it possible to set up the Eyelink 1000 eyetracker with a Pygame window object as the display for calibration and stimuli presentation?
Thank you in advance!
Hi,
Is it possible to set up the Eyelink 1000 eyetracker with a Pygame window object as the display for calibration and stimuli presentation?
Thank you in advance!
Comments
Hi,
Not sure about that, but you can modify the calibration targets that are shown on the screen. A way to do it is described here: https://forum.cogsci.nl/discussion/3804/child-friendly-calibration-eyelink
Does that help?
Eduard
Not directly, but you can get a handle to the active PyGame display surface by setting
DISPTYPE="pygame"in a settings.py file, and then doing the following:Separate "settings.py" file:
Your main script: