Changelog Timeline

Stay up to date with new patches

May 7 2023
  • Live intrinsic calibration tweaks and improvements: - handle intrinsic calibration errors and display in the ui - impl paths to intrinsic and extrinsic data where intrinsic is not scene bound while extrinsic is - move extrinsic data loader out of device
May 6 2023
  • cleanup and update comment in /commit/9a4c056392c6ebbba7de4f165b867fd516b2bac6
  • Calibration: Refactor live intrinsic calibration and make some assumptions to improve performance and fix recording desynchronization task was running in parallel to image gathering which would wait for underlying container to be unlocked to push img and
  • Reimplement system beep at frame shot this will be replaced by a shutter sound down the road
May 5 2023
  • cleanup after merge
  • Re-implement triangulation task Reviewed-on: /pulls/46
  • Revert "Buildsystem: update vcpkg baseline" This reverts commit fc31b29b3c2e24d25b2a47cf9a5a9db76bdfe55e.
  • Buildsystem: update vcpkg baseline
May 4 2023
  • fix pose detection when no detection detected
May 2 2023
  • Misc: remove unintentionally added config file
  • ImGUI: Add Gold style by CookiePLMonster from ImThemes
  • remove Config.json from repo
  • split syncqueue into two cases, change closing logic
  • Viewport UI: fix unintentional copy of recordings
  • Viewport UI: Restore transformer panel
  • Commands: Bring back FrameEndedCommand but add a note about possible performance issues
  • Sequencer: Re-implement ViewportBasicCategory to support transform node, channel locking and channel explosion - adjust estimator mgr slightly
  • Config: Add missing context to ViewportConfig object, fixes build
May 1 2023
  • Fonts: Add additional 20 pixels font size
  • Config: Validate config type contains instance of context type in reflection metadata
  • implement explodable category transform buttons
April 30 2023
  • Properly reset sequencer on recording change or on estimation task start add a bit more comments to sequencer disable sequencer options while it has no data
  • UI: Add estimation tools to Viewport Tab (#35) Reviewed-on: /pulls/35
April 29 2023
  • Sequencer: bring back playback bar
  • BGFX: Enable VSYNC when resetting viewport due to resize
  • Reflection: move attributes to dedicated file Reflection/Config: Implement attr::SerializationFeatures and properly handle it during serialization, restore original behavior of not serializing default fields, closes /issues/20
  • fix SaveToFile image target finishing prematurely
April 28 2023
  • fix boost asio compile warning
  • move displaying captured camera frames to thread separated from camera itself solves #29
  • UI: Rename configurations tab into settings tab