Skip to content

Releases: dcnieho/Titta

TittaPy and TittaLSL v1.4.2

18 Dec 08:54
Compare
Choose a tag to compare

Fixed crashing bug in TittaLSL Receiver due to missing write lock in the receiver thread. Would sporadically crash if race condition occurs when peeking/consuming/clearing.

TittaPy and TittaLSL v1.4.1

16 Dec 11:58
Compare
Choose a tag to compare
  • fixed optional argument of Python interface to Sender.create()

TittaPy and TittaLSL v1.4.0

16 Dec 11:32
Compare
Choose a tag to compare
  • TittaLSL sender's start() and stop() methods are now renamed to create() and destroy().
  • A new start() and stop() have been added that start and stop sending data over the network, but do not deregister the callback. This allows pausing and resuming a stream at minimal latency, and without throwing off the receivers because the outlet does not disappear

TittaPy and TittaLSL v1.3.2

22 Nov 11:54
Compare
Choose a tag to compare
  • TittaLSL enhancements:
    • Receiver.GetStreams() now has a configurable timeout and lower default timeout
    • Receiver constructor from stream_id now doesn't wait 2 seconds even when stream is quickly located

TittaPy and TittaLSL v1.3.1

05 Oct 20:16
Compare
Choose a tag to compare
  • drop eyeImage stream from TittaLSL. It wasn't implemented and I do not consider it to be feasible to implement

TittaPy and TittaLSL v1.3.0

30 Jan 08:12
Compare
Choose a tag to compare

adding TittaLSL::Sender::getStreamSourceID() / TittaLSL.Sender.getStreamSourceID() / TittaLSLPy.Sender.get_stream_source_id() to retrieve what a local stream is/would be identified as

TittaPy and TittaLSL v1.2.1

28 Jan 11:15
Compare
Choose a tag to compare
  • Small internal changes that don't affect the user
  • Include readme in Python wheels

TittaPy and TittaLSL v1.2.0

25 Jan 18:35
Compare
Choose a tag to compare
  • TittaPy: add get_eye_tracker_from_address
  • Some correctness and performance fixes
  • TittaLSL now in its final form, interface redone and much simplified. Now works correctly. Eye image support not yet implemented.

TittaPy and TittaLSL v1.1.0

24 Jan 13:54
Compare
Choose a tag to compare

Some correctness fixes to TittaPy
Adding TittaLSL: a separate package that allows to stream over the network and receive eye tracker data using an API very similar to Titta

TittaPy 1.0.1

09 Nov 14:51
Compare
Choose a tag to compare

bumping cibuildwheel to add support for Python 3.12 (untested)