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.18.0 #614

Merged
merged 150 commits into from
Oct 20, 2022
Merged

Release v2.18.0 #614

merged 150 commits into from
Oct 20, 2022

Conversation

themarpe
Copy link
Collaborator

Features

  • Improved multiple camera support (multi_cam_support)
  • User Bootloader support for Network bootloader type
  • Yolov6R2 support
  • ImageManip improvements
  • Warp Node
  • Timesync configurability

Bug fixes

Misc

  • Added capability to query Bootloader version from Device (if it was booted by it)

getLensPosition(), getExposureTime(), getSensitivity()
Only the first is implemented for now
(note: lens position may be reported one frame in advance),
fix black image when initial manual exposure was set with other controls,
fix switching from auto to manual exposure causing the lens to jump to zero
(note: the lens is directly set now with manual focus, bypassing 3A)
color cameras. Note: configs for Left and Right sockets must be identical for now
alex-luxonis and others added 21 commits October 7, 2022 10:01
FW: increase an internal queue size for frameEvent
Color/MonoCamera `frameEvent` output, per-frame IR control
- !!! For all sockets/cameras to be scanned, the EEPROM calib data boardName/productName should contain "FFC" or an FFC-related board name: 1090/2090/2088. Otherwise the behavior is to scan only for standard OAK devices sockets/cameras
- Some more checks for the LCM48 (on MAX) supported resolutions
- Fixes for RGB-mono SW-sync for standard OAK-D / OAK-D-Lite camera configs
- AR0234 monochrome support, however needs an OV9282 enabled at the same time for now
Multiple cameras support, any camera type on any socket/port
Fix ColorCamera::getSensorCrop calculation for AUTO
@themarpe themarpe merged commit e170b4d into main Oct 20, 2022
@themarpe themarpe deleted the release_v2.18.0 branch October 20, 2022 21:56
@developer-mayuan
Copy link

Hi @themarpe : Thanks for releasing this new version of depthai-core with improved multicam support. I'm wondering if you have added support to use vo9782 sensors on LEFT/RIGHT socket as well?

@alex-luxonis
Copy link
Contributor

@developer-mayuan Yes, this should be supported. You can try from depthai-python:
python3 utilities/cam_test.py -cams rgb,c left,c right,c -- all 3 cams as ColorCamera (c) at 1280x800 resolution.

Enabling only left and right (B and C on OAK-FFC-4P) should work as well, but I just noticed now an issue with the resolution, need to specify 720p (instead of 800p default), I'll fix that ASAP
python3 utilities/cam_test.py -cams left,c right,c -cres 720

@developer-mayuan
Copy link

@alex-luxonis Yes, you are right, just verified what you mentioned and it did work. My pipeline was left + right with 800p and I got firmware error, that's why I asked my previous question. Pipeline works now with 720p resolution. Glad to know you are aware of the resolution issue and going to fix it soon. Please just let me when the fix is ready, thanks!

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.

6 participants