Skip to content

Commit

Permalink
update changelog and package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Serafadam committed Dec 30, 2024
1 parent 285fb32 commit c0ee3da
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package depthai
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.29.0 (2024-11-26)
*Features
* Add the ability to change the calibration on the device in runtime with the new `dai::Device.setCalibration()` method and to retrieve it with the `dai::Device.getCalibration()`.
* New `StereoDepth` presets:
* `DEFAULT`
* `FACE`
* `HIGH_DETAIL`
* `ROBOTICS`
* Multiple camera improvements (more details in https://github.com/luxonis/depthai-core/pull/972):
* Expose more downsampling modes when picking a lower than native resolutions
* Expose more binning modes when binning is picked on IMX582/586 (`sum` and `avg`)
* HDR on IMX582/586
* Option to bypass 3A for having manual expose/ISO take effect faster
* Initial support for new Sony 4K Starvis sensors: IMX678 and IMX715
* Option to set the main camera to drive auto-exposure and auto-white-balance in multi-camera configurations
* Improved StereoDepth filtering and an option to use a set a custom order of filters
* Disparity is first scaled to 13 bit before going through filtering, which results in filters being more effective.

* Misc
* Remove false reports on crashes that happened on device destruction
* Add `getWidth()` and `getHeight()` API to `EncodedFrame`

2.28.0 (2024-08-21)
-----------
Features
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="3">
<name>depthai</name>
<version>2.28.0</version>
<version>2.29.0</version>
<description>DepthAI core is a C++ library which comes with firmware and an API to interact with OAK Platform</description>

<maintainer email="[email protected]">Adam Serafin</maintainer>
Expand Down

0 comments on commit c0ee3da

Please sign in to comment.