Skip to content

Commit

Permalink
Fixes iohub timeout on Win11
Browse files Browse the repository at this point in the history
  • Loading branch information
domstoppable committed Sep 25, 2024
1 parent f144f18 commit 77f91c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def setConnectionState(self, enable: bool) -> None:
self._gaze_mapper = GazeMapper(calibration)

self._time_offset_estimate = self._device.estimate_time_offset()
self._device.receive_matched_scene_video_frame_and_gaze()

elif not enable and self._device is not None:
self._device.close()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "psychopy-eyetracker-pupil-labs"
version = "0.4.0"
version = "0.4.1"
description = "Extension package for PsychoPy which adds support for Pupil Labs eyetrackers."
readme = "README.md"
requires-python = ">= 3.7"
Expand Down

0 comments on commit 77f91c3

Please sign in to comment.