Releases: SpectacularAI/sdk
Releases · SpectacularAI/sdk
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
1.27.0
- New API:
Vio::addVelocity(...)(in core C++ SDK) - New documentation: https://spectacularai.github.io/docs/sdk/
- Orbbec Astra 2 support
- Orbbec Windows support
- Bug fixes
Known issues:
- Orbbec examples,
vio_visu.pyandvio_jsonl.cppleave the camera in bad state when closing, causing tracking to fail when used second time.
1.26.2
- 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 processfailing with Android data - Fixes
useVioAutoExposure = True
1.26.1
- Orbbec Astra 2 support (BETA)!
- OAK-D: Fixes crashes related to missing getTimestampDevice() method
- Improved
sai-cliprocessing and preview visualizations - Bugfixes
Known Issues:
useVioAutoExposure = Trueis buggy, this issue also affects earlier releases to some degree