Skip to content

Releases: luxonis/depthai-shared

Release v2.13.0

22 Nov 19:37
77f0f1f
Compare
Choose a tag to compare

Features

  • Support for OAK-D lite
  • Lazy loading for video encoder: memory is allocated based on the resolution of the first frame, no need to specify at pipeline build time. Bitrate is set automatically based on resolution unless specified explicitly.

Bugs

Misc

  • Resolved some static analyzer warnings in the codebase. Thanks to @diablodale
  • Code changes: #66

Release v2.12.0

13 Nov 01:38
Compare
Choose a tag to compare

Features

  • Added stereo extended mode
  • Fine-tuned stereo settings
    • Default confidence threshold: 245
    • Default left-right check mode enabled
    • Default left-right check threshold: 10
  • Updated object tracker, added KCF and short-term tracking modes
  • Support for arbitrary YOLO v3/v4 resolution in YoloDetectionNetwork

Bugs

Misc

  • Code changes: #62

Release v2.11.1

19 Oct 14:32
99f9c58
Compare
Choose a tag to compare

Features

Bugs

  • Internal firmware fixes

Misc

  • Code changes: #58

Release v2.11.0

19 Oct 14:42
Compare
Choose a tag to compare
Version 2.11.0

Changes: https://github.com/luxonis/depthai-shared/pull/57

Release v2.10.0

24 Aug 16:03
2bd2bb9
Compare
Choose a tag to compare

Features

  • Feature tracking/corner detection support
  • XLink chunk size configuration support

Bugs

Misc

  • Code changes: #54

Release 2.9.0

07 Aug 23:17
Compare
Choose a tag to compare

Features

  • Script Node (On device scripting using Python 3.9)
  • SPIIn Node (Receive messages through SPI Interface)

Misc

Release 2.8.0

23 Jul 12:34
226a206
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: #50

Release 2.7.2

19 Jul 04:10
9b5d920
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

Release 2.7.1

16 Jul 08:43
9b5d920
Compare
Choose a tag to compare

Features

Bugs

  • NN memory allocation fix

Misc

Release 2.7.0

13 Jul 15:46
9b5d920
Compare
Choose a tag to compare

Features

  • Added support for PoE devices
  • Bootloader improvements

Bugs

  • Memory consumption fix