Skip to content

Releases: SpectacularAI/sdk

1.32.0

24 Apr 10:37
6b22103

Choose a tag to compare

1.31.0

14 Mar 12:49

Choose a tag to compare

  • New API: Added option to ignore vio_config.yaml in recording folder in Replay API.
    C++: ReplayBuilder::setIgnoreFolderConfiguration(bool ignoreFolderConfiguration)
    Python: Replay(ignoreFolderConfiguration)
  • Improvements to sai-cli process tool

1.30.0

07 Mar 13:08
4f99fd7

Choose a tag to compare

  • Enabled useExternalPoseOrientation by default, this means addAbsolutePose(...) will also apply rotation by default
  • Add angular and linear velocity to Mapping API outputs
  • Fix potential memory leak in Mapping API

1.29.0

15 Feb 13:57
4f99fd7

Choose a tag to compare

  • Improved SLAM performance
  • Bug fixes to sai-cli commandline tool
  • Updated OrbbecSDK version to 1.9.4

1.28.0

01 Feb 14:40
5ebd1d1

Choose a tag to compare

  • Realsense, Azure Kinect and Orbbec recording tools (sai-record-device) now have live visualization!
  • Orbbec plugin new API: Pipeline::imuToCameraLeft. Adds support for most Orbbec devices (not needed with Femto and Astra2 devices)
  • Fix Orbbec imu/camera timesync issue
  • Updated Azure Kinect release
  • Bug fixes

1.27.0

18 Jan 18:38

Choose a tag to compare

Known issues:

  • Orbbec examples, vio_visu.py and vio_jsonl.cpp leave the camera in bad state when closing, causing tracking to fail when used second time.

1.26.2

22 Dec 11:27

Choose a tag to compare

  • Support for Orbbec Femto Mega & Femto Bolt (BETA)
  • A new addition to Mapping API, you can get sparse feature points used by SLAM via spectacularAI::mapping::Frame::sparseFeatures
  • Fixes sai-cli process failing with Android data
  • Fixes useVioAutoExposure = True

1.26.1

21 Dec 15:15

Choose a tag to compare

  • Orbbec Astra 2 support (BETA)!
  • OAK-D: Fixes crashes related to missing getTimestampDevice() method
  • Improved sai-cli processing and preview visualizations
  • Bugfixes

Known Issues:

  • useVioAutoExposure = True is buggy, this issue also affects earlier releases to some degree

1.25.1

13 Dec 13:08

Choose a tag to compare

  • Fix monocular video replay on some datasets

1.25.0

12 Dec 10:16

Choose a tag to compare

  • New Python sai-cli command line tool that makes using the Spetacular AI tools and recording data more straight forward
  • Better optimized ffmpeg settings for recording
  • Bug fixes