Releases: luxonis/depthai
Releases · luxonis/depthai
Demo app installation
This verison supports depthai demo installation through single call on bash -c "$(curl -fL https://docs.luxonis.com/install_depthai.sh)"
for mac users and sudo wget -qO- https://docs.luxonis.com/install_dependencies.sh | bash.
for linux users.
- requirements updated: dehptai version updated to 2.19.0, opencv-python removed, Mac silicon excluded form PyQt5 dependency
- entrypoint folder added to depthai, contains
depthai_launcher.sh
that runsdepthai_demo.py
throughlauncher.py
DepthAI Demo v3.2.0
What's Changed
- Always show disparity by @slavivo in #774
- Added initial support for db3 (ros2) by @Erol444 in #748
- Updated bug report issue temaplte by @Erol444 in #780
- Docker Image Support and CI by @themarpe in #797
- Fix sdk by @Erol444 in #800
- Fix crash on OAK-FFC boards with partial EEPROM data (missing camera calib) by @alex-luxonis
New Contributors
Full Changelog: v3.1.3...v3.2.0
DepthAI Demo v3.1.3
Features
- Updated depthai to 2.17.3.0
Bugs
Misc
DepthAI Demo v3.1.2
DepthAI Demo v3.1.1
DepthAI Demo v3.1.0
What's Changed
- Set default median filter to 5x5 by @szabi-luxonis in #706
- Eeprom v7 flash update in calibration by @saching13 in #707
- OAK-D-W board json file by @saching13 in #721
- Modified charuco board so it's 2.2cm per square on 15" screen by @Erol444 in #722
- Revert SDK NNetManager draw API by @szabi-luxonis in #727
- Record-replay support in SDK and depthai_demo by @Erol444 in #728
- Sdk update 1.2.2 by @Erol444 in #732
- Fixed depthai_demo - createDepth from SDK and args path location by @Erol444 in #733
- depthai 2.17.0.0 - supports new S2/Pro devices, OV9782 as RGB/center camera by @alex-luxonis in #737
- depthai_demo: add
-tun
/--cameraTuning
option by @alex-luxonis in #741 - Fixed args parser by @Erol444 in #742
- Add initial dynamic recalibration by @szabi-luxonis in #690
- [Windows Installer Fix] Catch if missing requirements by @moratom in #746
- [Windows Installer Fix] Updated ps1 script by @Erol444 in #744
New Contributors
Full Changelog: v3.0.12...v3.1.0
DepthAI Demo v3.0.12
What's Changed
- Enable RGB alignment by default for more accurate depth measurement
- Added timer for image capture when calibrating device
- Update depthai to 2.15.4.0
Full Changelog: v3.0.11...v3.0.12
DepthAI Demo v3.0.11
What's Changed
- Fix depthai-sdk broken url link by @ibaiGorordo in #649
- Fixed rgb measured translation by @saching13 in #656
- Added 'debug' command line option by @themarpe in #661
- Updated board files and names by @saching13 in #662
- Update
depthai
to latest release 2.15.1.0 by @alex-luxonis in #667 - Added launcher fix for multiple tags on same commit by @themarpe in #670
- Add temperature shutdown by @VanDavv in #665
- enable extended disparity switch and fix missing device issue by @VanDavv in #671
- Sdk tutorial by @ZigiMigi in #659
- Model fixes by @VanDavv in #675
- Added readme shields by @Erol444 in #676
- Update depthai to 2.15.2.0 by @szabi-luxonis in #677
New Contributors
- @ibaiGorordo made their first contribution in #649
- @ZigiMigi made their first contribution in #659
Full Changelog: v3.0.10...v3.0.11
DepthAI Demo v1.1.8-sdk
Fixed the PyPi links (per #649 PR)