Releases: dcnieho/Titta
Releases · dcnieho/Titta
TittaPy and TittaLSL v1.4.2
TittaPy and TittaLSL v1.4.1
- fixed optional argument of Python interface to Sender.create()
TittaPy and TittaLSL v1.4.0
- 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
- 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
- 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
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
- Small internal changes that don't affect the user
- Include readme in Python wheels
TittaPy and TittaLSL v1.2.0
- 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
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
bumping cibuildwheel to add support for Python 3.12 (untested)