Skip to content

PLCamera.ExposureOverlapTimeModeEnum Class#

Sets the exposure overlap time mode.

Applies to: GigE and ace USB

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.ExposureOverlapTimeModeEnum

Constructors#

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

Properties#

 NameDescription
Public propertyAutomatic

The camera automatically uses the optimum overlap time for each acquisition.

Applies to: GigE and ace USB

Public propertyManual

The user can manually set the overlap time for each acquisition. In this mode, you must also specify the maximum overlap time using the Exposure Overlap Time Max parameter.

Applies to: GigE and ace USB

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

Methods#

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

PLCamera.ExposureOverlapTimeModeEnum.ToString Method#

The full name of ExposureOverlapTimeMode

Return Value#

Type: String
Returns the full name of ExposureOverlapTimeMode

PLCamera.ExposureOverlapTimeModeEnum Constructor#

Initializes a new instance of the PLCamera.ExposureOverlapTimeModeEnum class

PLCamera.ExposureOverlapTimeModeEnum.Automatic Property#

The camera automatically uses the optimum overlap time for each acquisition.

Applies to: GigE and ace USB

PLCamera.ExposureOverlapTimeModeEnum.Manual Property#

The user can manually set the overlap time for each acquisition. In this mode, you must also specify the maximum overlap time using the Exposure Overlap Time Max parameter.

Applies to: GigE and ace USB

PLCamera.ExposureOverlapTimeModeEnum.Name Property#

The full name of ExposureOverlapTimeMode