Skip to content

PLChunkData.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

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLChunkData.BslChunkAutoBrightnessStatusEnum

Constructors#

 NameDescription
Public methodPLChunkData.BslChunkAutoBrightnessStatusEnum Initializes a new instance of the PLChunkData.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()()()().)
 

PLChunkData.BslChunkAutoBrightnessStatusEnum.ToString Method#

The full name of BslChunkAutoBrightnessStatus

Return Value#

Type: String
Returns the full name of BslChunkAutoBrightnessStatus

PLChunkData.BslChunkAutoBrightnessStatusEnum Constructor#

Initializes a new instance of the PLChunkData.BslChunkAutoBrightnessStatusEnum class

PLChunkData.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

PLChunkData.BslChunkAutoBrightnessStatusEnum.Name Property#

The full name of BslChunkAutoBrightnessStatus

PLChunkData.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

PLChunkData.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