Skip to content

PLCamera.BalanceWhiteAutoEnum Class#

Sets the operation mode of the Balance White Auto auto function.

Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BalanceWhiteAutoEnum

Constructors#

 NameDescription
Public methodPLCamera.BalanceWhiteAutoEnum Initializes a new instance of the PLCamera.BalanceWhiteAutoEnum class
 

Properties#

 NameDescription
Public propertyContinuous

White balance is adjusted continuously while images are being acquired. The adjustment process will continue until the mode of operation is set to Once or Off.

Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB

Public propertyName The full name of BalanceWhiteAuto (Overrides ParameterListEnum.Name.)
Public propertyOff

The Balance White Auto auto function is disabled.

Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB

Public propertyOnce

White balance is adjusted automatically to reach the specified target value. When the target value has been reached, the auto function will automatically be set to Off and the new parameter value will be applied to the following images.

Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB

 

Methods#

 NameDescription
Public methodToString The full name of BalanceWhiteAuto (Overrides Object.ToString()()()().)
 

PLCamera.BalanceWhiteAutoEnum.ToString Method#

The full name of BalanceWhiteAuto

Return Value#

Type: String
Returns the full name of BalanceWhiteAuto

PLCamera.BalanceWhiteAutoEnum Constructor#

Initializes a new instance of the PLCamera.BalanceWhiteAutoEnum class

PLCamera.BalanceWhiteAutoEnum.Continuous Property#

White balance is adjusted continuously while images are being acquired. The adjustment process will continue until the mode of operation is set to Once or Off.

Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB

PLCamera.BalanceWhiteAutoEnum.Name Property#

The full name of BalanceWhiteAuto

PLCamera.BalanceWhiteAutoEnum.Off Property#

The Balance White Auto auto function is disabled.

Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB

PLCamera.BalanceWhiteAutoEnum.Once Property#

White balance is adjusted automatically to reach the specified target value. When the target value has been reached, the auto function will automatically be set to Off and the new parameter value will be applied to the following images.

Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB