Changelog Timeline

Stay up to date with new patches

January 16 2023
  • ConfigurationTab: Address late PR review - clean-up attribute names, they're in attribute namespace already - impl prettify reflected field name which gets rid of prefixes and splits the string by capital letter - AlignTextToFramePadding before ImGui::Te
January 15 2023
  • - .vcpkg update submodule
  • Config: Implement configuration tab Implements a new configuration tab which holds all our configuration structures The tab is built automatically based on structure reflection data Implement a bunch of basic UI attributes: Display name, tooltips, file p
January 14 2023
  • Depthai cameras
  • - .vcpkg update submodule
January 13 2023
  • .vcpkg update submodule
January 10 2023
  • make DS cameras work, barely.
January 9 2023
  • tweaks with camera behavior
January 8 2023
  • tabs to spaces
  • Build: Add vcpkg baseline
  • - .vcpkg: update submodule
  • Add reflections library (refl-cpp), reimplement config resolve technical debt explained in /issues/1 implement auto-serializer and auto-deserializer based on reflection data Reviewed-on: /pulls/5
January 6 2023
  • handle delay, frameskip and frame limit and create ImageTargets
January 3 2023
  • dont pretend cameras are running from the start
  • Drop camera thread, ps3 preview works for multiple cameras
  • single ps3 camera preview
January 2 2023
  • run formatter on all files
  • CameraDevice -> Device Data and cleanups
  • drop drivers from studio code
  • remove camera handles from charuco detection data and extrinsic params
  • delete unused calibration tasks
  • Merge pull request 'Systems/Charuco: Implement gui for charuco board settings' (#3) from ui/charuSett into master Reviewed-on: /pulls/3
  • Merge branch 'master' into charuSett # Conflicts: # src/studio/gui/CamerasTab.cpp
  • merge from master and move stuff around
January 1 2023
  • fix m_startDelay not being saved
  • Reset camera thread when launching recording, fixes deadloop if preview was running
  • fix regress in framerate CLO after switching away from static variables
  • Save camera launch options in scene object
  • Display calibrated intrinsic data on hover if calibration is done
December 31 2022
  • add some more tooltips