Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Releases: tobiipro/g3pylib

v0.3.1-alpha

26 Aug 14:52
Compare
Choose a tag to compare
v0.3.1-alpha Pre-release
Pre-release

Fixes broken links in README.

v0.3.0-alpha

26 Aug 13:33
b7745a0
Compare
Choose a tag to compare
v0.3.0-alpha Pre-release
Pre-release

This release introduces the following notable changes:

  • The Recording class now supports generating HTTP URLs that points to the scenevideo.mp4 and decompressed gazedata.gz files which can be used for simple replay functionality.
  • RTSP streaming now calculates NTP timestamps for every packet which makes it possible to sync streams (for example gaze and scene camera).

The g3pycontroller example app has also gotten a few feature additions, for example livestreaming and replay with drawn synchronized gaze data.

v0.2.0-alpha

17 Aug 15:49
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

This release introduces the following notable changes:

  • The root module of the library is now called the same thing as the package: g3pylib.
  • We have given the users more options on how to connect to a pair of glasses with improvements to connect_to_glasses.
  • We are now handling the rare cases where glasses responds with an error on the websocket.

v0.1.1-alpha

15 Aug 09:44
db410fa
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release

A few missing dependencies necessary for development, streaming and examples were added.

v0.1.0-alpha

12 Aug 17:13
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

Notable features still missing in this release:

  • The whole Glasses3 web API is not yet implemented
  • The only RTSP streams that are supported are scene camera, eye cameras and gaze.
  • Typing is incomplete. No typing stubs for external libraries.
  • RTSP streaming replays is not supported.
  • The library does not handle when a connection to glasses is lost.