原文链接 Communicating with an Eyetracker — PsychoPy v2023.1.0 版权归属原文,在此基础上做了一定的中文注释 Psychopy版本: 2023.1.0 Step1: 确定眼动仪型号 设置-眼动追踪-设备(GazePoint在未连接眼动仪的情况下使用) Step2: 设定眼动仪(Tobii为例) “Experiment Settings” > “Eyetracking”. Select “To...
并且psychopy作为新兴的刺激呈现软件,在软件和硬件接口上也比eprime好,据eyelink的王治国老师的讲座所言,在eyelink连接的软件里,psychopy是增长最快的。psychopy也分builder界面和coder界面。可能是考虑心理学专业的问题,这本书鲜有涉及coder部分,更像是builder的用户手册。builder界面虽然有gui,看起来更为美观,但是比起...
This BF is a bit complicated to explain. Essentially I was trying to figure out why is EyeLink eyetrackers not properly shutdown at the end of an experiment, which led me to these lines of code generated by builder that look like they are meant to shut down an eyetracker. However, if...
Builder: Ensure frame rate is stored. by@aforren1in#6619 Allow Sound to stop on a condition rather than just time by@TEParsonsin#6631 Fixobj.contains is not a functionerror in JS by@TEParsonsin#6635 Enable correct behavior of entry-points to load eyetrackers by@mh105in#6610 ...
Titta can be integrated into existing experiments by adding only a handful of lines of code, but at the same time also enables access to all setup and operational features of the supported Tobii eye trackers. The PsychoPy version of Titta furthermore supports PsychoPy builder (Peirce et al., ...
iohub import launchHubServer io = launchHubServer() kb_device = io.devices.keyboard if et: el = io.devices.tracker el.runSetupProcedure() # Store info about the experiment session expName = 'mcbsf' # from the Builder filename that created this script...
But Builder generatedruntime_settingsdictionary used different keys (sample_filteringandelLiveFiltering), causing the correct filter levels never set on the EyeLink eye trackers.
To meet these goals PsychoPy provides a choice of interface - you can use a simple graphical user interface called Builder, or write your experiments in Python code. The entire application and library are written in Python and is platform independent. There is a range of documentation at: Psych...
Polygon broken in JavaScript code from Builder by @TEParsons in #5844 Ignore spaces when getting variables from name by @TEParsons in #5841 "tThisFlip not defined" error when using Routine stop time online by @TEParsons in #5849 "eyetracker is not defined" error on experiment quit by @TE...