| Home > Function descriptions > | History back Previous chapter Next chapter Print |
SetWhiteBalance |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG SetWhiteBalance (LONG nMode)
Description
SetWhiteBalance() controls the auto white balance function. If provided by the sensor, the function uses the sensor hardware gain channels to adjust the white balance.
|
|
Parameters
nMode |
Function mode |
IS_SET_WB_AUTO_ENABLE |
Start auto white balance control |
IS_SET_WB_AUTO_ENABLE_ONCE |
Start auto white balance control. The control is stopped automatically after the target value has been reached |
IS_SET_WB_DISABLE |
Stop auto white balance control |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related properties
Related functions