Skip to content

Releases: luxonis/depthai-core

Release v2.9.0

07 Aug 18:16
Compare
Choose a tag to compare

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

23 Jul 20:40
7d76a83
Compare
Choose a tag to compare

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

19 Jul 06:05
bab310c
Compare
Choose a tag to compare

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

16 Jul 09:46
5fff390
Compare
Choose a tag to compare

Features

Bugs

  • NN memory allocation fix

Misc

  • Code changes: #176

Release v2.7.0

13 Jul 14:43
Compare
Choose a tag to compare

Features

  • Added support for PoE devices
  • Bootloader improvements

Bugs

  • Memory consumption fix

Misc

  • Code changes: #171

Release v2.6.0

06 Jul 03:30
Compare
Choose a tag to compare

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

Release v2.5.0

08 Jun 04:32
Compare
Choose a tag to compare

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

24 May 21:43
57efb71
Compare
Choose a tag to compare

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 (only disparity worked before)

Misc

  • With LR-check enabled, disparity/depth is aligned to 'right' frame by default, and setRectifyMirrorFrame is ignored.

Release v2.3.0

04 May 17:07
Compare
Choose a tag to compare

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

12 Apr 23:42
8108ac9
Compare
Choose a tag to compare

Bugs

  • Internal FW bugfixes for SpatialCalculator