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 |
Integer |
Description |
Defines the X- and the Y-coordinates of the origin of the AWB_AREA in the camera active window coordinate system |
"Set" effect |
Sets the X- and the Y-coordinates of the origin of the AWB_AREA |
"Get" effect |
Returns the X- and the Y-coordinates of the origin of the AWB_AREA |
Classification
Class |
Channel |
Category |
White Balance Operator |
Level |
Expert |
Identifiers
String |
WBO_OrgX, WBO_OrgY |
C, C++ |
MC_WBO_OrgX, MC_WBO_OrgY |
.NET |
MC.WBO_OrgX, MC.WBO_OrgY |
Numerical |
5449, 5452 |
WBO_OrgX, WBO_OrgY, WBO_Width and WBO_Height define the AWB_AREA Automatic White Balance Area used for the automatic white balance computation. These parameters are expressed in the camera active window coordinate system.
WBO_OrgX, WBO_OrgY, WBO_Width, WBO_Height are 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.
- One automatic white balance operating mode is selected (WBO_Mode=ONCE or CONTINUOUS).
Possible values
Name |
Identifier |
Values range |
WBO_OrgX |
MC_WBO_OrgX |
[0..4064 or Hactive_Px-32] The 0 or origin is the left side of the camera active window. This is the default and lowest values. |
WBO_OrgY |
MC_WBO_OrgY |
[0..4095 or Vactive_Ln-1] The 0 or origin is the top side of the camera active window. This is the default and lowest values. |