Skip to content

PLCamera.AutoFunctionProfileEnum Class#

Sets how gain and exposure time will be balanced when the camera is making automatic adjustments.

Applies to: 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.AutoFunctionProfileEnum

Constructors#

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

Properties#

 NameDescription
Public propertyAntiFlicker50Hz

Gain and exposure time are optimized to reduce flickering in an environment where the lighting flickers at a 50-Hz rate (e.g., Europe).

Applies to: dart USB and pulse USB

Public propertyAntiFlicker60Hz

Gain and exposure time are optimized to reduce flickering in an environment where the lighting flickers at a 60-Hz rate (e.g., North America).

Applies to: dart USB and pulse USB

Public propertyExposureMinimum

Exposure time is kept as low as possible during automatic adjustments.

Applies to: CameraLink and GigE

Public propertyExposureMinimumQuick

Exposure time is kept as low as possible and is adjusted quickly.

Applies to: GigE

Public propertyGainMinimum

Gain is kept as low as possible during automatic adjustments.

Applies to: CameraLink and GigE

Public propertyGainMinimumQuick

Gain time is kept as low as possible and is adjusted quickly.

Applies to: GigE

Public propertyMinimizeExposureTime

Exposure time is kept as low as possible during automatic adjustments.

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

Public propertyMinimizeExposureTimeQuick

Exposure time is kept as low as possible and is adjusted quickly when there are extreme or rapid changes in brightness.

Applies to: ace USB

Public propertyMinimizeGain

Gain is kept as low as possible during automatic adjustments.

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

Public propertyMinimizeGainQuick

Gain is kept as low as possible and is adjusted quickly when there are extreme or rapid changes in brightness.

Applies to: ace USB

Public propertyName The full name of AutoFunctionProfile (Overrides ParameterListEnum.Name.)
Public propertySmart

Gain is kept as low as possible and the frame rate is kept as high as possible during automatic adjustments.

Applies to: dart USB and pulse USB

 

Methods#

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

PLCamera.AutoFunctionProfileEnum.ToString Method#

The full name of AutoFunctionProfile

Return Value#

Type: String
Returns the full name of AutoFunctionProfile

PLCamera.AutoFunctionProfileEnum Constructor#

Initializes a new instance of the PLCamera.AutoFunctionProfileEnum class

PLCamera.AutoFunctionProfileEnum.AntiFlicker50Hz Property#

Gain and exposure time are optimized to reduce flickering in an environment where the lighting flickers at a 50-Hz rate (e.g., Europe).

Applies to: dart USB and pulse USB

PLCamera.AutoFunctionProfileEnum.AntiFlicker60Hz Property#

Gain and exposure time are optimized to reduce flickering in an environment where the lighting flickers at a 60-Hz rate (e.g., North America).

Applies to: dart USB and pulse USB

PLCamera.AutoFunctionProfileEnum.ExposureMinimum Property#

Exposure time is kept as low as possible during automatic adjustments.

Applies to: CameraLink and GigE

PLCamera.AutoFunctionProfileEnum.ExposureMinimumQuick Property#

Exposure time is kept as low as possible and is adjusted quickly.

Applies to: GigE

PLCamera.AutoFunctionProfileEnum.GainMinimum Property#

Gain is kept as low as possible during automatic adjustments.

Applies to: CameraLink and GigE

PLCamera.AutoFunctionProfileEnum.GainMinimumQuick Property#

Gain time is kept as low as possible and is adjusted quickly.

Applies to: GigE

PLCamera.AutoFunctionProfileEnum.MinimizeExposureTime Property#

Exposure time is kept as low as possible during automatic adjustments.

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

PLCamera.AutoFunctionProfileEnum.MinimizeExposureTimeQuick Property#

Exposure time is kept as low as possible and is adjusted quickly when there are extreme or rapid changes in brightness.

Applies to: ace USB

PLCamera.AutoFunctionProfileEnum.MinimizeGain Property#

Gain is kept as low as possible during automatic adjustments.

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

PLCamera.AutoFunctionProfileEnum.MinimizeGainQuick Property#

Gain is kept as low as possible and is adjusted quickly when there are extreme or rapid changes in brightness.

Applies to: ace USB

PLCamera.AutoFunctionProfileEnum.Name Property#

The full name of AutoFunctionProfile

PLCamera.AutoFunctionProfileEnum.Smart Property#

Gain is kept as low as possible and the frame rate is kept as high as possible during automatic adjustments.

Applies to: dart USB and pulse USB