Skip to content

v1.8.0

Choose a tag to compare

@dcnieho dcnieho released this 28 Apr 19:14
· 191 commits to master since this release
  • add support for dynamic glassesValidator planes, and for setting their configuration from the dynamic plane's json file
  • ensure aruco dict is now always stored for planes and individual markers, no more implicit defaults as they could change with some future version
  • markers:
    • moved some functionality to glassesTools
    • use config.MarkerID where possible
    • in other places, ensure consistent (id, family/dict) ordering of tuple
  • various fixes to state updates:
    • if a process lead to no change, do not trigger invalidation cascade (for as far as its possible to quickly detect nothing has changed)
    • various invalidation logic updated for new video processing logic
    • updates to a sync_ref recording can now also cause invalidation for other recordings in a session
  • Now have progress (percentage) for longer-running tasks and extended progress info upon hover
  • improved various error messages
  • prevented various errors
  • small correctness fixes and crash preventions caught, some regressions that came with new functionality fixed
  • some cosmetics updates