Skip to content

Releases: luxonis/depthai

DepthAI Demo v1.1.7-sdk

28 Feb 12:49
Compare
Choose a tag to compare

This release adds a variety of new options to the PipelineManager. Now, it's possible to change whitebalance, autowhitebalance mode, autofocus mode, or manual focus. It's also possible to trigger autofocus or still capture

DepthAI Demo v3.0.9 - FPS improvements, regression fixes

13 Jan 07:35
288f1c8
Compare
Choose a tag to compare

In this release, we increased the performance of demo to 30 fps, and fixed some regression BUGs from v3.0.8.

DepthAI Demo v3.0.8 - RPi performance improvements

07 Jan 12:45
b7d3f7a
Compare
Choose a tag to compare

In this release, we increased the performance on RPi to >10 FPS.

image

We're still working on more improvements, that will be available in the next releases

DepthAI Demo v3.0.7

31 Dec 16:58
b64e055
Compare
Choose a tag to compare

UVC (webcam) app fixed to run on Windows.

DepthAI Demo v3.0.6

31 Dec 14:34
Compare
Choose a tag to compare

In this release we addressed the windows installer issue, failing if a user requested an installation path that contained spaces. With this release, these paths should be handled correctly

DepthAI Demo v3.0.5 - UVC App, Windows installer and Jetson fixes

28 Dec 17:21
ea0061d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.4...v3.0.5

DepthAI SDK v1.1.6

20 Dec 14:35
Compare
Choose a tag to compare

Features

  • Add colorOrder to createColorCamera in pipeline manager in SDK.

DepthAI SDK v1.1.5 - missing numpy import fix

15 Dec 09:36
Compare
Choose a tag to compare

In this small release, we fixed an issue with the missing numpy import statement in PreviewManager

DepthAI Demo v3.0.4 - Supervisor and loading screen

14 Dec 14:56
8b78c59
Compare
Choose a tag to compare

In this release, we added some improvements to our Qt GUI, increasing both reliability of the script, improving UX and introducing "failsafe" mode.
The major change to the code is the new supervisor mode, enabled by default, that is responsible for setting up the environment before actually running the demo. It will also determine if Qt5 is installed on your system or if it crashes curing the runtime - if one of these occur, the demo will fallback to "failsafe" mode and use OpenCV to show the results.

Nice thing noticeable in this release is the loading procedure being now more descriptive, showing e.g. download progress, as on the image below
ezgif com-gif-maker (3)

Full changelog

Features

Bugs

Misc

  • Increase wait time for the demo subprocess to finish by @VanDavv in #565

Full Changelog: v3.0.3...v3.0.4

DepthAI SDK v1.1.4

14 Dec 15:23
Compare
Choose a tag to compare

Features

  • In BlobManager, added progressFunc parameter to init method allowing to override default show mechanism and zooType to getBlob method, so that the download from our model zoo is now possible
  • Color map used by PreviewManager will use black ([0, 0, 0]) as lowest value, to show a better visual separation between valid and invalid points on the depth preview
  • Added createBlankFrame to util methods, allowing to create a blank frame with specified width, height and optionally color

Bugs

  • Use numpy 1.21 for Python >3.7
  • Removed flipDetection from NNetManager as rectified streams are now flipped on device
  • PreviewManager now calls fpsHandler automatically on each received packet

Misc

  • Disabled stream encoding in low-bandwidth mode for rectified and disparity streams to prevent OOM issue when too many streams are requested at once