-
Notifications
You must be signed in to change notification settings - Fork 127
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
Release v2.18.0 #614
Conversation
TODO: ColorISP
improve IMX214 focusing
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
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
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? |
@developer-mayuan Yes, this should be supported. You can try from Enabling only |
@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! |
Features
multi_cam_support
)Bug fixes
CalibrationHandler
missingconst
on member functions - cascades to apps #355Misc