Depthai

Latest version: v2.30.0.0

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 19

2.26.0

Features
* **ImageAlign** node
* it can align depth to any other sensor on the device - works for ToF too.
* it can align two sensors with a static depth (default at infinity), useful for thermal-rgb alignment
* **Cast** node
* Cast `NNData` message to `ImgFrame`
* Useful in case apps need to use outputs from `NeuralNetwork` node to be fed into nodes that only accept `ImgFrame`
* **Full ToF support**
* Running live at 30 FPS
* Measuring range of 20cm - 6m
* < 1% error across the range
* Support for ToF in spatial nodes
* Add an option to limit bandwidth over XLink `setXLinkRateLimit(int maxRateBytesPerSecond, int burstSize, int delayUs)`

Stability improvements and bug fixes
* Improved PoE stability on reboots - eliminate the case where powercycle of the device was sometimes needed
* **NOTE**: This requires flashing the **factory** bootloader - by running the [flash script](https://github.com/luxonis/depthai-python/blob/main/examples/bootloader/flash_bootloader.py) or using the [device manager](https://docs.luxonis.com/projects/api/en/latest/components/bootloader/#device-manager)
* Improved runtime stability of heavy pipelines by increasing priority of the cameras in the NoC
* Improved ImageManip stability
* Improved XLink communication to be able to detect memory corruption and avoid it
* Fix a bug where stereo rectification was inaccurate when the calibration data didn't contain direct link between the two inputs
* Relevant for custom setups on FFC devices

Misc
* Improve numerical stability of the rectification algorithm
* Improves stereo quality on wide FOV sensors

2.26.0.0

Features
* **ImageAlign** node
* it can align depth to any other sensor on the device - works for ToF too.
* it can align two sensors with a static depth (default at infinity), useful for thermal-rgb alignment
* **Cast** node
* Cast `NNData` message to `ImgFrame`
* Useful in case apps need to use outputs from `NeuralNetwork` node to be fed into nodes that only accept `ImgFrame`
* **Full ToF support**
* Running live at 30 FPS
* Measuring range of 20cm - 6m
* < 1% error across the range
* Support for ToF in spatial nodes
* Add an option to limit bandwidth over XLink `setXLinkRateLimit(int maxRateBytesPerSecond, int burstSize, int delayUs)`

Stability improvements and bug fixes
* Improved PoE stability on reboots - eliminate the case where powercycle of the device was sometimes needed
* **NOTE**: This requires flashing the **factory** bootloader - by running the [flash script](https://github.com/luxonis/depthai-python/blob/main/examples/bootloader/flash_bootloader.py) or using the [device manager](https://docs.luxonis.com/projects/api/en/latest/components/bootloader/#device-manager)
* Improved runtime stability of heavy pipelines by increasing priority of the cameras in the NoC
* Improved ImageManip stability
* Improved XLink communication to be able to detect memory corruption and avoid it
* Fix a bug where stereo rectification was inaccurate when the calibration data didn't contain direct link between the two inputs
* Relevant for custom setups on FFC devices


Misc
* Improve numerical stability of the rectification algorithm
* Improves stereo quality on wide FOV sensors

Python only
* Add docstrings to stubs - docs are shown in `Vscode` by default now
* Fix stubs/autocomplete to correctly work with `with dai.Device() as device`
* Fix stubs/autocomplete to return the correct type in `getCvFrame` function.

2.25.1

Features
- Added `DeviceBootloader::getFlashedVersion` to retrieve the bootloader version that is flashed on device.

Bug Fixes
- Fixed fsync on OAK-D-SR.
- Fixed boot issue on OAK-D-SR-POE and OAK-T.
- Fixed compilation in same cases, because of problems with `jsoncpp`. (https://github.com/luxonis/depthai-core/pull/980)

Misc

2.25.1.0

Features
- Added `DeviceBootloader::getFlashedVersion` to retrieve the bootloader version that is flashed on device.

Bug fixes
- Fixed fsync on OAK-D-SR.
- Mitigated boot issue on OAK-D-SR-POE and OAK-T.
- Fixed compilation in same cases, because of problems with `jsoncpp`. (https://github.com/luxonis/depthai-core/pull/980)

Misc
- Added thermal neural network example (`examples/NeuralNetwork/thermal_nnet.py`).

2.25.0

Features
* **PointCloud** node along with the PointCloudData message
* On device pointcloud generation
* Native conversion to PCL message type - similar to `getCvFrame()`
* Support for the **OAK Thermal**
* New `setManualFocusRaw()` API with more granularity for setting manual focus position
* New `getStereoPairs()` and `getAvailableStereoPairs()` API to allow more device agnostic programming
* Add the `intensity` output to the ToF node
* Add the crop sensor configs in `getConnectedCameraFeatures()` now contain how each of the resolutions is cropped from the native sensor resolution

Bug fixes
* Bug fix for `v2.24.0` regression with flashing the bootloader [link](https://github.com/luxonis/depthai-python/issues/953)
* Bug fix in message groups for large resolution frames when going through `XLinkOut` node
* Bug fix to apply AE limit during AF lens movement (before the fix, the AE limit wasn't applied during active AF movements)
* Bug fix for grayscale `VideoEncoder` node with 2 inputs of different sizes

Misc
* Fix timings for IMX214 4K resolution, which were slightly off

2.25.0.0

Features
* **PointCloud** node along with the PointCloudData message
* On device pointcloud generation
* Native conversion to PCL message type - similar to `getCvFrame()`
* Support for the **OAK Thermal**
* New `setManualFocusRaw()` API with more granularity for setting manual focus position
* New `getStereoPairs()` and `getAvailableStereoPairs()` API to allow more device agnostic programming
* Add the `intensity` output to the ToF node
* Add the crop sensor configs in `getConnectedCameraFeatures()` now contain how each of the resolutions is cropped from the native sensor resolution
Python only features
* Added `depthai` binary
* Useful to quickly list out devices, run `cam_test`, etc.
* Added Python 3.12 wheels
* Added 32 bit wheels for `bookworm` OS on RPI (Python 3.11)

Bug fixes
* Bug fix for `v2.24.0` regression with flashing the bootloader [link](https://github.com/luxonis/depthai-python/issues/953)
* Bug fix in message groups for large resolution frames when going through `XLinkOut` node
* Bug fix to apply AE limit during AF lens movement (before the fix, the AE limit wasn't applied during active AF movements)
* Bug fix for grayscale `VideoEncoder` node with 2 inputs of different sizes

Misc
* Fix timings for IMX214 4K resolution, which were slightly off

Page 2 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.