Release v2.18.0.0#690
Merged
Merged
Conversation
Note: if running with IMX378 instead, the resolution must be specified (1080/4k/12mp)
improve IMX214 focusing
getLensPosition(), getExposureTime(), getSensitivity() Only the first is implemented for now
add option to set manual white balance too (works from third frame)
Color/MonoCamera frameEvent output, per-frame IR control
…lib 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
…meras, format as: socket, sensorName, res WxH, exp[us], ISO, lensPosition, date, time, seqNum Saving: capture_rgb_LCM48_5312x6000_exp_29994_iso_837_lens_91_20221019_021933_98.png
| .value("THE_4_K", ColorCameraProperties::SensorResolution::THE_4_K) | ||
| .value("THE_5_MP", ColorCameraProperties::SensorResolution::THE_5_MP) | ||
| .value("THE_12_MP", ColorCameraProperties::SensorResolution::THE_12_MP) | ||
| .value("THE_12P0_MP", ColorCameraProperties::SensorResolution::THE_12P0_MP) |
Contributor
There was a problem hiding this comment.
Hmm. Rather 12_0_MP?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
depthai-core updates: luxonis/depthai-core#614
Features
Bugfix