Changelog Timeline

Stay up to date with new patches

January 14 2023
  • - .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
  • fix saving of charuco board in scene object
  • update float input step values
  • restore config defaults
  • requested refactors implement method to save config to file