コンテンツにスキップ

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#

 名前説明
Public methodPLCamera.ExposureOverlapTimeModeEnum Initializes a new instance of the PLCamera.ExposureOverlapTimeModeEnum class
 

プロパティ#

 名前説明
Public property自動

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

Applies to: GigE and ace USB

Public 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

Public property名前 The full name of ExposureOverlapTimeMode (Overrides ParameterListEnum.Name.)
 

方法#

 名前説明
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