Releases: SpectacularAI/sdk
Releases · SpectacularAI/sdk
1.37.0
- New API in core C++ SDK (available for commercial customers):
Vio::addFrameMono(...)
to input image and featuresVio::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
1.35.0
1.34.0
1.33.0
- Added option to get detected April Tags from Mapping API
- You can test it using this example code: https://github.com/SpectacularAI/sdk-examples/blob/main/python/oak/april_tag.py
- Fixed issue where tracking didn't always initialize when April Tags were used
1.32.0
- Add low latency mode to OAK-D plugin. Output on every IMU sample (instead of frame). Polling an output returns the latest output, instead of next the output in the queue. (Note: issue on Windows, where IMU samples are batched.)
- Update DepthAI version to v2.25.0 in OAK-D C++ plugin
- New Python API (previously only on C++ side): Camera::pixelToRay(...), Camera::rayToPixel(...), CameraPose::pixelToWorld(...), CameraPose::worldToPixel(...)
- Improve SDK warnings about clearly invalid calibration (#31)
- Add mesh output support to
sai-cli process
- Add April Tag recording support to
sai-cli record oak
- Bug fixes
1.31.0
1.30.0
1.29.0
1.28.0
- 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