Releases: luxonis/depthai-core
Releases · luxonis/depthai-core
Release v2.11.1
Features
Bugs
- Firmware fixes for occasional crashes between ISP and Stereo node
- Build fixes with Visual Studio 15 2017 Win64
Misc
- Code changes: #230
depthai-shared
changes: luxonis/depthai-shared#58
Release v2.11.0
Features
- Improved Stereo Depth:
- Fixed runtime crashes when subpixel, LR-check was enabled.
- Reduced memory footprint, implemented median filtering for subpixel/LR-check, exposed all HW options.
- Note: extended mode is not available.
- Added Windows prebuilt library
- Added Backward - stack trace printer
- Preboot config (USB speed, vid & pid changes, ...)
- Updated Bootloader to v0.0.15
- Bootloader configuration (Boot timeout, IP settings, ...)
- Capability to compress FW when flashing
- Boots flashed FW by default even with host connected
- Resolved flashing bug with latest Bootloader
- Added Flash booted state
- SPI Improvements - Speed and correct message popping
- ImageManip rotate/warp transforms: maximum output height increased from 1520 to 2560
- Unlimited IO connections support
Bugs
- Resolved initial connection intermittent bug
- Fixes for RGB postprocessing for still images (runtime crash when video crop is defined).
- Fixed OAK-1-PoE default camera orientation (upside down).
Misc
- Code changes: #224
depthai-shared
changes: luxonis/depthai-shared#57
Release v2.10.0
Features
- Feature tracking/corner detection support
- XLink chunk size configuration support
Bugs
Misc
- Code changes: #201
Release v2.9.0
Known issues
- Bootloader interaction (flashing and bootloader upgrading) is known to not work. A follow up bugfix release will address this issue
- Added a check to prevent flashing applications on Network type bootloaders (PoE). A follow up bootloader release will address this issue
Features
- Script Node (On device scripting using Python 3.9)
- SPIIn Node (Receive messages through SPI Interface)
- Asset managment improvement
Bugs
- XLink segfault fix
- Performance regression fix when using USB due to changed L2 cache behaviour from copy back to write through.
- Added missing IMU calibration field when reading EEPROM data
Misc
- Dependencies without
git clone
for piwheels compatibility - Code changes: #194
Release v2.8.0
Features
- OpenVIno 2021.4 support
- RGB-mono camera soft synchronization in firmware
Bugs
- Host-FW RPC communication fix
Misc
- Removed OpenVIno 2020.1/2 support
- Code changes: #185
Release v2.7.2
Features
- Refactored
getName, getInput, getOutput
functions for Nodes
Bugs
- Out of memory error fix when multiple nodes were enabled: ImageManip + SpatialCalculator
- Queue destruction fix on device close
Misc
- Code changes: #178
Release v2.7.1
Release v2.7.0
Features
- Added support for PoE devices
- Bootloader improvements
Bugs
- Memory consumption fix
Misc
- Code changes: #171
Release v2.6.0
Features
- Added EdgeDetector node, using 3x3 HW sobel filter
- Added support for SpatialCalculator on RGB-depth aligned frames; Note: RGB ISP and depth frame must have the same output resolution (e.g. 1280x720), maximum frame width of 1920 pixels is supported
- Added bilateral filter on depth frame
- Added median filter after stereo LR-check
- Added runtime configuration for stereo node: confidence threshold, LR-check threshold, bilateral sigma, median filter
- Added calibration mesh support for fisheye lenses
- Bumped c++ standard to c++14
Bugs
- Calibration handler fixes
Misc
- Code changes: luxonis/depthai-python#302
Release v2.5.0
Features
- IMU support
- Calibration read/write API
- Added missing documentations
- Added depthMin, depthMax values to spatial calculator
Bugs
- Fixed timestamp synchronization between LeonOS and LeonRT cores in firmware
- Modified Python examples naming to py_ to avoid name clash
- Fixed RGB-depth misaligment
Misc
- Code changes: #149