Skip to content

Releases: luxonis/depthai-python

Release v2.21.0.0

03 Apr 12:10
b6b20c9
Compare
Choose a tag to compare

UPDATE: Use v2.21.2.0 due to issues this version carries

Release v2.20.2.0

01 Feb 12:04
Compare
Choose a tag to compare

Bugfix

  • Fix for ColorCamera at high resolution while using isp scaling
  • Fix for OV9282 SW sync on devices with OV9782 RGB camera
  • Fix for IMX378/477/577 on sockets other than CAM_A (RGB)

Release v2.20.1.0

24 Jan 20:07
Compare
Choose a tag to compare

Bug fixes

  • Modified OpenVINO::VERSION_UNIVERSAL API improvements / backward compatibility
  • Bootloader version 0.0.24 (fixes for standalone / flashed usecases)
  • Missing bindings

Misc

  • [FW] Status LEDs on some additional devices

Release v2.20.0.0

22 Jan 00:31
Compare
Choose a tag to compare

UPDATE: Use v2.20.1 due to Bootloader issues that this version carries

New

  • Experimental Camera node - supports both Color and Mono sensors, undistort from calibration or user provided warp mesh
  • OpenVINO Version universal - no need to downselect OpenVINO before connecting to a device
  • OAK-D LR support
  • Added Status LED on supported boards

Features

  • ImageManip - Colormap capabilities (see depth_colormap example)
  • Bootloader update to v0.0.23 - NETWORK type supports dual protocol (both USB & ETH)
  • OV9282 - bumped max FPS to 120
  • FrameEvent capabilities
  • Added pipeline debugging capabilities (see depthai_pipeline_viewer repository)
  • IMX296 support
  • luxonis/depthai-core#668
  • luxonis/depthai-core#645

Bug fixes

  • Eeprom exception handling
  • ImageManip + Subpixel crash fix

Misc

  • XLINK_LEVEL env var to set XLink logging level
  • Device - Added non exclusive boot option
  • Removed OpenVINO VERSION_2020_3
  • Convinience Device constructors (dai::Device device('ip'), ...)
  • Soft watchdog to gracefully shutdown the device
  • Camera naming

Release v2.19.1.0

14 Nov 17:24
Compare
Choose a tag to compare

Core PR: luxonis/depthai-core#640

Features

  • Added Device getDeviceName bindings
  • cam_test.py utility support for IR/Dot control

Misc

  • Added missing Python3.11 specifier in setup
  • rgb_preview.py modified printout slightly

Release v2.19.0.0

02 Nov 07:57
Compare
Choose a tag to compare

Features

  • 🐍 Python3.11 Prebuilt Wheels 🎉
  • Updated device_manager utility

Bugfix

  • Added missing bindings for Device.getAllConnectedDevices

depthai-core updates: luxonis/depthai-core#625

Release v2.18.0.0

21 Oct 11:17
Compare
Choose a tag to compare

Features

  • Added cam_test utility

Bugfix

  • Fixed stubs for PyLance (VSCode code completion)

depthai-core updates: luxonis/depthai-core#614

Release v2.17.4.0

19 Sep 17:23
Compare
Choose a tag to compare

Features

  • Updated device_manager utility

Bugfix

  • Fixed a couple of bindings (isClosed, setIrLaserDotProjectorBrightness, setIrFloodLightBrightness)

Misc

  • Exposed FW & BL versions through (dai.__device_version__ and dai.__bootloader_version__)

depthai-core changes: luxonis/depthai-core#590

Release v2.17.3.1

19 Aug 23:17
Compare
Choose a tag to compare

Features

  • Apple M1 macOS native arm64 wheels 🎉

Release v2.17.3.0

08 Aug 22:23
Compare
Choose a tag to compare

Misc

  • Simplified Node bindings
  • Added missing Message (DatatypeEnum) enum bindings

depthai-core changes: luxonis/depthai-core#549