Skip to content

Remote annotation support

Compare
Choose a tag to compare
@fx-lange fx-lange released this 05 Nov 08:06
· 45 commits to master since this release
85ca989

We are pleased to announce the release of hmd-eyes v1.1!

Download the latest bundle and refer to the readme and documentation for how to get started.

Feel free to join our #vr-ar channel on discord and let us know what you think.

Dependencies

  • Pupil Capture/Service v1.15+
  • Unity 2018.3+
  • ProjectSettings/Player/Configuration/Scripting Runtime Verion set to .NET 4.x Equivalent.
  • Due to an issue with MessagePack, the default project setting for ProjectSettings/Player/Configuration/API Compatibility Level is not supported and needs to be set to .NET 4.x

Features and Changes

Remote Annotations

Publisher abstraction

  • Calibration class now uses the publisher protocol for sending calibration data instead of request/response
  • C# Publisher class added as abstraction layer for PublisherSockets
  • abstraction also used by new AnnotationPublisher and Screencast component

Others

  • improved UX/UI via custom inspector for RequestController
  • bug fix for using multiple RequestController

Current Limitations

  • no hololens support