Skip to content

Releases: hsogo/psychopy_tobii_controller

1.2.0

01 Dec 11:10
Compare
Choose a tag to compare
  • wait and timeout options are added to subscribe() 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 when wait=True is set. If no data has been available 2.0 seconds after calling subscribe(), RuntimeError will be raised. Use timeout option to change how long subscribe() waits for the data arrival. Set wait=False for the same behavior as in the previous version.
  • 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.

Release 1.1.1

16 Feb 11:57
Compare
Choose a tag to compare
  • Support for recent PsychoPy update
  • Bug fix

Release 1.1.0

29 Aug 11:20
Compare
Choose a tag to compare

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

21 Aug 09:07
Compare
Choose a tag to compare

First release.