Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.24.0 #940

Merged
merged 152 commits into from
Dec 13, 2023
Merged

Release v2.24.0 #940

merged 152 commits into from
Dec 13, 2023

Conversation

moratom
Copy link
Collaborator

@moratom moratom commented Dec 13, 2023

Features

  • New nodes and messages:
    • Sync node - syncs multiple inputs based on the timestamp, outputs a message group message
    • Demux node - demultiplexes message group in multiple messages
    • Message group message - a new message that can contain a map of arbitrary depthai messages, it's the output of the sync node and input to the demux node
    • Encoded frame message - a new message specialized for encoded frames
    • New output for the VideoEncoder node (out) for the encoded frame message
  • Automatic crash dump retrieval for firmware crashes
  • Added setIrFloodLightIntensity and setIrLaserDotProjectorIntensity methods for setting the intensity normalized between 0 and 1
  • Added getConnectionInterfaces method to retrieve the list of available interfaces on a device
  • Added an option to cap maximum time for exposure when using auto exposure with setAutoExposureLimit
  • Initial integration for IMX283 and IMX462
  • Improved max FPS and image quality under low light for OV9282 and OV9782 AE exposure time limit, OV9282/OV9782 image quality and FPS improvements #926 ,new ranges per resolution of:
    • THE_800_P: 1.687 .. 129.6 fps
    • THE_720_P: 1.687 .. 143.1 fps
    • THE_400_P: 1.687 .. 255.7 fps

Bug fixes

Misc

  • On multi-input NeuralNetworks set the output NNData to the newest input timestamp (previously undefined)
  • Add NOC DDR usage reporting on DEPTHAI_LEVEL=info

alex-luxonis and others added 30 commits April 6, 2023 05:45
… 20,

note: exposure control not working properly, and lower FPS would apply longer exposure
added 4K res (but has issues at higher FPS, about `> 19`),
fixed a depthai crash with camera FPS set `< 0.5`
… running),

StereoDepth fix for RGB-depth alignment with Left-Right-RGB layout
@moratom moratom requested a review from themarpe December 13, 2023 11:09
Copy link
Collaborator

@themarpe themarpe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add release notes

Copy link
Collaborator

@themarpe themarpe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bump cmakelists project version to 2.24.0

@moratom moratom merged commit 6628488 into main Dec 13, 2023
28 of 31 checks passed
@moratom moratom deleted the release_v2.24.0 branch December 13, 2023 13:45
richard-xx added a commit to richard-xx/ppa that referenced this pull request Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants