Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@hsogo hsogo released this 01 Dec 11:10
  • 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.