Skip to content

PLCamera.ExposureAutoEnum Class#

Sets the operation mode of the Exposure Auto auto function. The Exposure Auto auto function automatically adjusts the exposure time 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

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.ExposureAutoEnum

Constructors#

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

Properties#

 NameDescription
Public propertyContinuous

The exposure time 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 ExposureAuto (Overrides ParameterListEnum.Name.)
Public propertyOff

Automatic exposure time 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 exposure time 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: 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 ExposureAuto (Overrides Object.ToString()()()().)
 

PLCamera.ExposureAutoEnum.ToString Method#

The full name of ExposureAuto

Return Value#

Type: String
Returns the full name of ExposureAuto

PLCamera.ExposureAutoEnum Constructor#

Initializes a new instance of the PLCamera.ExposureAutoEnum class

PLCamera.ExposureAutoEnum.Continuous Property#

The exposure time 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.ExposureAutoEnum.Name Property#

The full name of ExposureAuto

PLCamera.ExposureAutoEnum.Off Property#

Automatic exposure time 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.ExposureAutoEnum.Once Property#

The exposure time 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: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart USB and pulse USB