Skip to content

PLCamera.BslChunkAutoBrightnessStatusEnum Class#

Indicates the status of the target brightness adjustments performed by the Exposure Auto and Gain Auto auto functions.

Applies to: ace 2 GigE, ace 2 USB and dart 2 USB

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslChunkAutoBrightnessStatusEnum

Constructors#

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

Properties#

 NameDescription
Public propertyDisabled

Target brightness adjustments are disabled, i.e., Gain Auto and Exposure Auto are set to Off.

Applies to: ace 2 GigE, ace 2 USB and dart 2 USB

Public propertyName The full name of BslChunkAutoBrightnessStatus (Overrides ParameterListEnum.Name.)
Public propertyTargetNotReached

Target brightness adjustments are enabled, but the target brightness value has not been reached.

Applies to: ace 2 GigE, ace 2 USB and dart 2 USB

Public propertyTargetReached

Target brightness adjustments are enabled, and the target brightness value has been reached.

Applies to: ace 2 GigE, ace 2 USB and dart 2 USB

 

Methods#

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

PLCamera.BslChunkAutoBrightnessStatusEnum.ToString Method#

The full name of BslChunkAutoBrightnessStatus

Return Value#

Type: String
Returns the full name of BslChunkAutoBrightnessStatus

PLCamera.BslChunkAutoBrightnessStatusEnum Constructor#

Initializes a new instance of the PLCamera.BslChunkAutoBrightnessStatusEnum class

PLCamera.BslChunkAutoBrightnessStatusEnum.Disabled Property#

Target brightness adjustments are disabled, i.e., Gain Auto and Exposure Auto are set to Off.

Applies to: ace 2 GigE, ace 2 USB and dart 2 USB

PLCamera.BslChunkAutoBrightnessStatusEnum.Name Property#

The full name of BslChunkAutoBrightnessStatus

PLCamera.BslChunkAutoBrightnessStatusEnum.TargetNotReached Property#

Target brightness adjustments are enabled, but the target brightness value has not been reached.

Applies to: ace 2 GigE, ace 2 USB and dart 2 USB

PLCamera.BslChunkAutoBrightnessStatusEnum.TargetReached Property#

Target brightness adjustments are enabled, and the target brightness value has been reached.

Applies to: ace 2 GigE, ace 2 USB and dart 2 USB