This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
Releases: tobiipro/g3pylib
Releases · tobiipro/g3pylib
v0.3.1-alpha
Fixes broken links in README.
v0.3.0-alpha
This release introduces the following notable changes:
- The
Recording
class now supports generating HTTP URLs that points to thescenevideo.mp4
and decompressedgazedata.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
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
A few missing dependencies necessary for development, streaming and examples were added.
v0.1.0-alpha
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.