Skip to content

Releases: luxonis/depthai-python

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

Release v2.17.2.0

27 Jul 19:39
Compare
Choose a tag to compare

Release v2.17.1.0

19 Jul 09:28
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Features

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

Release v2.15.5.0

06 Jun 12:29
Compare
Choose a tag to compare

Bug fixes

  • Updated FW with EEPROM fixes
  • Fixed nlohmann json < v3.9.0 compatibility
  • Fixed intermediary toolchain generation

Release v2.15.4.0

09 May 16:21
Compare
Choose a tag to compare

Features

  • OV7251 (OAK-D Lite mono camera) configurable FPS (#566)
  • Eeprom version v7
  • Improve PoE throughput and latency for some usecases (#538)

Bug fixes

  • Regression: setLoadMesh didn't overwrite useHomographyRectification behavior (337a746)
  • VideoEncoder:
    • fix keyframe (IDR) rate config (before it didn't change from the default of 30)
    • fix resource computations for JPEG (preset FPS per instance was hardcoded to 30, it didn't allow video MJPEG at 4K 30fps + still 12MP at about 1fps). The encoder limit for JPEG is about 450.. 460 MPix/s
  • Fixed incorrect stereo calibration for 2 batches of OAK-D-LITEs. Board revisions affected: boardName = OAK-D-LITE; boardRev = R1M1E1 and R0M0E0. If incorrect depth measurements were observed it's highly recommended updating to this version.

Misc

  • Stereo: Auto enable distortion correction for fisheye lenses (#576)
  • Stereo: Enable RGB alignment in examples where inference is performed on RGB camera (#567)

Related PR:
luxonis/depthai-core#471

Release v2.15.3.0

22 Apr 16:20
Compare
Choose a tag to compare

Features

  • UTF-8 support (#557)
  • Initial BMI270 support (#534)
  • Add on-device mesh generator for Stereo (#544)
  • Added capability to serialize pipeline to JSON

Bug fixes

  • Fixed reporting when NN blob is not set (#558)

Misc

  • Updated libnop - C++20 compatiblity fixes
  • Added Clock.now on device side

Related PR:
luxonis/depthai-core#453

Release v2.15.2.0