Changelog Timeline

Stay up to date with new patches

August 7 2023
  • Widgets: Adjust PushTooltip API to accept lambda instead of fmt with arguments This way arguments are only called when the tooltip is actually hovered which is big optimization in some cases, as some are very expensive function calls
August 6 2023
  • Misc: Get rid of preview tab in recording tab as there is no sane way to support it at the moment Misc: Refactor Timer into PeriodicTimer and use of chrono Misc: CameraStatus refactor to properly reflect status of connected devices Viewprot Misc: display
  • Revert "VideoContext: Disable vsync" This reverts commit 9c9e04e31ecac879ef670226b403dc486523c8f8.
  • typos
  • VideoContext: Disable vsync
August 4 2023
  • initial Z detect from single camera
August 2 2023
  • PlaybackController: clamp m_playbackFrame, fixes overflow crash
August 1 2023
  • estimation now saves frame id and image-normalized points
  • restore estimation speed
  • Calibration Tab tweaks
  • Calibration Tab: Connect aimation intrinsic calibration to commandmgr
  • Calbration Tab: Implement extrinsic aimation start panel
  • Calibrations Tab: Implement AImation extrinsic calibration GUI
July 31 2023
  • fix estimation after switch to bgra
  • DebugConfig
  • Merge pull request 'feat(Licensing): change licensing to new API' (#104) from siof/license into master Reviewed-on: /pulls/104
  • Reflected scalar widget: Remove ImGuiInputTextFlags_EnterReturnsTrue, should be controlled by reflection attribute updates /issues/101
  • typo
  • CamerasTab: Implement time input widget instead of entering num of frames manually
July 30 2023
  • feat(Licensing): change licensing to new API
July 28 2023
  • do not run preview if we are already running
  • substitute tutorial images and add scaling
  • enable DS cameras
  • fix fps
  • move custom calibration to separate file, add support for cameras on different heights
  • Calibration Tab: More work on inline tutorials, extend Error decorator method with one that accepts ImRect
  • Aimation extrinsic calibration: Implement basic gui
  • PrettyReflectionName: Add a space in between a digit and an alpha and vice-versa
  • Live feed: Fit and adjust images based on given size add missing code for last commit
  • Utils: PrettifyReflectedFieldName optimizations