Releases: hsogo/psychopy_tobii_controller
Releases · hsogo/psychopy_tobii_controller
1.2.0
wait
andtimeout
options are added tosubscribe()
method.- Because there is a delay between the call of
subscribe()
and the time when the gaze data become available, the first few hundred milliseconds of data are not recorded in the previous version. With this update,subscribe()
waits until the arrival of the first data whenwait=True
is set. If no data has been available 2.0 seconds after callingsubscribe()
, RuntimeError will be raised. Usetimeout
option to change how longsubscribe()
waits for the data arrival. Setwait=False
for the same behavior as in the previous version.
- Because there is a delay between the call of
- Builder components are updated.
- "Overwrite" option is added to the ptc_init component to prevent overwriting existing data files accidentally.
- "Wait for data" option is added to the ptc_rec component to wait until the data become available.
- "Start recording" and "Stop recording" options are added to the ptc_rec component to enable to record data across routines. For example, when "Stop recording" is unchecked, recording will not stop at the end of the routine. To stop recording, put another ptc_rec component with "Start recording" unchecked in the subsequent routine.
- Following issues are fixed.
- A text "Hello World" is presented for a moment when
show_status()
is called. - The calibration target remains visible during calculating calibration.
- A text "Hello World" is presented for a moment when
Release 1.1.1
- Support for recent PsychoPy update
- Bug fix
Release 1.1.0
New: psychopy_tobii_controller.utility
- Loading psychopy_tobii_controller's data file as a numpy.ndarray object.
- Applying moving-average filter to gaze data.
- Detecting fixations.
Release 1.0.0
First release.