Skip to content

PLCamera.GainAutoEnum Class#

Sets the operation mode of the Gain Auto auto function. The Gain Auto auto function automatically adjusts the gain within set limits until a target brightness value has been reached.

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

Visibility: Beginner

Selected by: GainSelector

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.GainAutoEnum

Constructors#

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

Properties#

 NameDescription
Public propertyContinuous

The gain is adjusted continuously while images are being acquired. The adjustment process will continue until the parameter is set to Once or Off.

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

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

Automatic gain adjustment is disabled.

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

Public propertyOnce

The gain is adjusted automatically to reach the specifed 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: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart USB and pulse USB

 

Methods#

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

PLCamera.GainAutoEnum.ToString Method#

The full name of GainAuto

Return Value#

Type: String
Returns the full name of GainAuto

PLCamera.GainAutoEnum Constructor#

Initializes a new instance of the PLCamera.GainAutoEnum class

PLCamera.GainAutoEnum.Continuous Property#

The gain is adjusted continuously while images are being acquired. The adjustment process will continue until the parameter is set to Once or Off.

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

PLCamera.GainAutoEnum.Name Property#

The full name of GainAuto

PLCamera.GainAutoEnum.Off Property#

Automatic gain adjustment is disabled.

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

PLCamera.GainAutoEnum.Once Property#

The gain is adjusted automatically to reach the specifed 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: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart USB and pulse USB