Class
uEye.AutoFeaturesSoftwareWhitebalance
Accessible
Camera.AutoFeatures.Software.WhiteBalance.GetEnable
Syntax
uEye.AutoFeaturesSoftwareWhitebalance.GetEnable(out bool bEnable)
uEye.AutoFeaturesSoftwareWhitebalance.GetEnable(out uEye.Defines.ActivateMode activateMode)
Description
Returns the current auto white balance setting.
Parameter
bEnable |
•true = Auto white balance is enabled. •false = Auto white balance is disabled. |
activateMode |
Returns the supported white balance modes: •uEye.Defines.ActivateMode.Disable: Auto white balance is disabled. •uEye.Defines.ActivateMode.Enable: Auto white balance is enabled. •uEye.Defines.ActivateMode.Once: The control is switched off automatically after the specified target value was reached or nearly reached, and the set value did not change after three measurements. |