Releases: luxonis/depthai-core
Releases · luxonis/depthai-core
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
Release v2.4.0
Features
- Synchronized python/cpp examples, added missing examples between python/cpp, added code tabs in documentation
- Lossless image encoding
- Added
getUsbSpeed
API to retrieve connection speed
Bugs
- Random crash on raspberry pi/jetson, stability fixes.
- OV9282: fix over-exposure outdoors, in sunlight
- Fix disparity/depth potential flipping between frames, with LR-check enabled
- StereoDepth
depth
output alignment to RGB works now (onlydisparity
worked before)
Misc
- With LR-check enabled, disparity/depth is aligned to 'right' frame by default, and
setRectifyMirrorFrame
is ignored.
Release v2.3.0
Features
- ColorCamera improvements
- StereoDepth alignment capability
- Build system improvements
Bugs
- DetectionNetwork - MobileNet parsing bugfix
Misc
- Deprecated startPipeline - decoupled Device and Pipeline
Release v2.2.1
Bugs
- Internal FW bugfixes for SpatialCalculator