Picolo | Picolo Junior 4 | Picolo Pro 2 | Picolo Pro 3 | Picolo Tetra | Picolo Tymo | Picolo Alert | Picolo Diligent |
Domino Iota | Domino Alpha 2 | Domino Melody | Domino Harmony | Domino Symphony |
Grablink Value | Grablink Expert 2 | Grablink Avenue | Grablink Express | Grablink Quickpack ColorScan | Grablink Quickpack CFA | Grablink Full XR | Grablink Full | Grablink DualBase | Grablink Base |
Description
Type |
Enumerated |
Description |
Chooses the white balance operating mode |
"Set" effect |
Sets the white balance operating mode |
"Get" effect |
Returns the currently active white balance operating mode |
Classification
Class |
Channel |
Category |
White Balance Operator |
Level |
Adjust |
Identifiers
String |
WBO_Mode |
C, C++ |
MC_WBO_Mode |
.NET |
MC.WBO_Mode |
Numerical |
4715 |
The White balance can operate according to 3 different modes, or can be deactivated.
WBO_Mode is relevant when:
- The camera is a color camera (Spectrum=COLOR).
- The data output formatter is configured to deliver Y and/or R, G, B component(s), which means any value of ColorFormat but BAYER8, BAYER10, BAYER12, BAYER16.
Possible values
Name |
Identifier |
Description |
NONE |
MC_NONE |
The white balance correction is disabled; no gain corrections are applied. Default. |
ONCE |
MC_ONCE |
The image color balance is performed with gains automatically computed during the initial acquisition phase of every sequence within the AWB_AREA defined by parameters WBO_OrgX, WBO_OrgY, WBO_Width, and WBO_Height. |
CONTINUOUS |
MC_CONTINUOUS |
The image color balance is performed with gains automatically and constantly computed within the AWB_AREA defined by parameters WBO_OrgX, WBO_OrgY, WBO_Width, and WBO_Height. |
MANUAL |
MC_MANUAL |
The image color balance is performed with gains specified by parameters WBO_GainR, WBO_GainG and WBO_GainB. |