Skip to content

Releases: SpectacularAI/sdk

1.37.0

01 Nov 09:06
312bea6
Compare
Choose a tag to compare
  • New API in core C++ SDK (available for commercial customers):
    • Vio::addFrameMono(...)to input image and features
    • Vio::recordJsonString(...) to add custom metadata JSON line to the recording output.
  • Mac support (Apple Silicon) for core C++ SDK (available for commercial customers)
  • Bug fixes

NOTE: SpectacularAI Realsense C++ Plugin for Windows version 1.37.0 will be released later.

Supported versions:

  • DepthAI v2.28.0
  • librealsense v2.55.1
  • OrbbecSDK v1.10.12

1.36.0

16 Sep 12:15
93376c3
Compare
Choose a tag to compare
  • Update DepthAI to v2.28.0 (Built with -D'DEPTHAI_ENABLE_CURL=OFF')
  • Update librealsense to v2.55.1
  • Update OrbbecSDK to v1.10.12
  • Bug fixes

NOTE: SpectacularAI Realsense C++ Plugin version 1.36.0 will be released later.

1.35.0

04 Sep 12:22
Compare
Choose a tag to compare
  • Python 3.12 support
  • Support for 14 coefficient brown-conrady camera calibration model
  • Support OAK-D-SR
  • Internal ENU coordinate system now always starts at 0 altitude

1.34.0

18 Jun 11:04
64ff000
Compare
Choose a tag to compare
  • Update OrbbecSDK to v1.10.5
  • Support OAK devices without middle RGB camera (#39)
  • Bug fixes

1.33.0

20 May 12:59
64ff000
Compare
Choose a tag to compare

1.32.0

24 Apr 10:37
6b22103
Compare
Choose a tag to compare

1.31.0

14 Mar 12:49
Compare
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
Compare
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
Compare
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
Compare
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