ICAM-500 Programming Guide 42
property awb_op
Color image enable auto white balance setting.
Sku: color
Getter: Read enable auto white balance setting.
Setter: Enable auto white balance setting.
Value: init value: 1
range: [0,1]
0: Off, manual mode
1: Auto mode
Type: int
Raises: ValueError
Input value out of range.
property awb_mode
Color image auto white balance mode setting.
Sku: color
Getter: Read auto white balance mode setting.
Setter: Set auto white balance mode setting.
Value: init value: 0
range: [0,1]
0: Narrow Mode
1: Wide Mode
Type: int
Raises: ValueError
Input value out of range.
property awb_rgb
Read color image auto white balance value.
Example: (r, g, b) = camera.image.awb_rgb
Sku: color
Getter: Read auto white balance value.
Type: tuple(red, green, blue)
Raises: ValueError
Input value out of range.
property awb_red
Set color image AWB red channel value.
Sku: color
Setter: Set AWB red channel value in image.awb_op manual mode.
Value: init value: 1024
range: [1..16376]
Type: int
Raises: ValueError
Input value out of range.