Releases: luxonis/depthai-python
Releases · luxonis/depthai-python
Release v2.21.0.0
UPDATE: Use v2.21.2.0 due to issues this version carries
Release v2.20.2.0
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
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
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
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
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
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
Features
- Updated device_manager utility
Bugfix
- Fixed a couple of bindings (
isClosed
,setIrLaserDotProjectorBrightness
,setIrFloodLightBrightness
)
Misc
- Exposed FW & BL versions through (
dai.__device_version__
anddai.__bootloader_version__
)
depthai-core changes: luxonis/depthai-core#590
Release v2.17.3.1
Features
- Apple M1 macOS native arm64 wheels 🎉
Release v2.17.3.0
Misc
- Simplified Node bindings
- Added missing Message (DatatypeEnum) enum bindings
depthai-core changes: luxonis/depthai-core#549