Skip to content

PLCamera.OverlapModeEnum Class#

Configures overlapping exposure and image readout.

Applies to: dart USB and pulse USB

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.OverlapModeEnum

Constructors#

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

Properties#

 NameDescription
Public propertyName The full name of OverlapMode (Overrides ParameterListEnum.Name.)
Public propertyOff

Overlapping image acquisition is disabled. Exposures and readouts will not overlap.

Applies to: dart USB and pulse USB

Public propertyOn

Overlapping image acquisition is enabled. Exposures and readouts will overlap.

Applies to: dart USB and pulse USB

 

Methods#

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

PLCamera.OverlapModeEnum.ToString Method#

The full name of OverlapMode

Return Value#

Type: String
Returns the full name of OverlapMode

PLCamera.OverlapModeEnum Constructor#

Initializes a new instance of the PLCamera.OverlapModeEnum class

PLCamera.OverlapModeEnum.Name Property#

The full name of OverlapMode

PLCamera.OverlapModeEnum.Off Property#

Overlapping image acquisition is disabled. Exposures and readouts will not overlap.

Applies to: dart USB and pulse USB

PLCamera.OverlapModeEnum.On Property#

Overlapping image acquisition is enabled. Exposures and readouts will overlap.

Applies to: dart USB and pulse USB