Releases: SpectacularAI/sdk
Releases · SpectacularAI/sdk
1.44.0
1.43.1
- Support external features with input framesets (Commercial users)
- Improved V4L2 plugin user manual for Raspberry Pi 4, 5 and Jetson integrations (Commercial users)
- No RealSense release (use https://github.com/SpectacularAI/sdk/releases/tag/v1.41.0)
1.43.0
- Fix a rare deadlock when using single output thread
- Report lost tracking after significant frame gap
- No RealSense release (use https://github.com/SpectacularAI/sdk/releases/tag/v1.41.0)
1.42.2
- Improved PDF user manual
- Bug fixes
- RealSense plugin is not included in this release because a needed bug fix has not been included in latest librealsense release.
1.41.2
- New API in core C++ SDK (available for commercial customers):
CameraRayTo3DMatch
andCameraRayToWgsMatch
inputs now have optionalvariance
field- Support
YUYV422
image format
- Improved VIO initialization
- Fix
Vio::addHeading()
to use clockwise from north convention as documented
1.40.1
- New API in core C++ SDK (available for commercial customers):
Vio::addHeading(...)
to input heading direction (for initialization)
- Add support for OAK-D Lite devices with an IMU
- Mapping API (and sai-cli process) bug fix for iPhone data with TOF sensor
- New option to initialize heading from GNSS
- Improved take-off initialization feature
- Bug fixes
Supported versions:
- DepthAI v2.28.0
- librealsense v2.55.1 (requires Microsoft Visual C++ Redistributables installed)
- OrbbecSDK v1.10.12
1.39.0
- New API in core C++ SDK (available for commercial customers):
Vio::addBarometer(...)
to input raw barometer measurements
- Improvements to
sai-cli calibrate
calibration tool (calibration report, bug fixes) - Bug fixes to
sai-cli process
(#56, #60)
Supported versions:
- DepthAI v2.28.0
- librealsense v2.55.1 (requires Microsoft Visual C++ Redistributables installed)
- OrbbecSDK v1.10.12
1.38.3
- Added camera intrinsics and extrinsics calibration with
sai-cli calibrate
command to Python tools. See -h for instructions. Installed from PyPi viapip install spectacularai
.
Supported versions:
- DepthAI v2.28.0
- librealsense v2.55.1 (requires Microsoft Visual C++ Redistributables installed)
- OrbbecSDK v1.10.12
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