Skip to content

Releases: luxonis/depthai-python

Release v2.19.0.0

02 Nov 07:57

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

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

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

Choose a tag to compare

Features

  • Apple M1 macOS native arm64 wheels 🎉

Release v2.17.3.0

08 Aug 22:23

Choose a tag to compare

Misc

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

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

Release v2.17.2.0

27 Jul 19:39

Choose a tag to compare

Release v2.17.1.0

19 Jul 09:28

Choose a tag to compare

Features

  • Added on-device python (script node) binding for timestamp and sequence numbers

Bug fixes

Misc

Depthai-core changes: luxonis/depthai-core#527

Release v2.17.0.0

12 Jul 09:04

Choose a tag to compare

Features

Bug fixes

Misc

Depthai-core changes: luxonis/depthai-core#518

Release v2.16.0.0

06 Jun 19:23

Choose a tag to compare

Features

  • OpenVINO 2022.1 support
  • XLink device search improvements
    • cross subnets for PoE devices
    • drastically reduced discovery time
    • Separated name / IP and MXID, to be able to query both USB path / IP and MXID
  • Android support
  • libusb dependency is now managed by Hunter
  • IMU FW update for BNO sensor
  • Added DetectionParser node as a standalone component of DetectionNetwork
  • StereoDepth - subpixel fractional bits API
  • VideoEncoder - lifted 16 frame pool limitation

Bug fixes

  • ColorCamera setIspScale resource allocation bugfix

Misc

  • XLinkConnection::bootBootloader improved error handling

Release v2.15.5.1

06 Jun 12:30

Choose a tag to compare

Features

  • Improved stubs for code auto completion for VSCode (Pylance).