Skip to content

PLCamera.BslDefectPixelCorrectionModeEnum Class#

Pixels that have a significantly higher or lower intensity value than the neighboring pixels are called outlier pixels. This feature identifies them and adjusts their intensity value.

Applies to: dart 2 USB

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslDefectPixelCorrectionModeEnum

Constructors#

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

Properties#

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

Defect pixel correction is disabled.

Applies to: dart 2 USB

Public propertyOn

Defect pixel correction is enabled.

Applies to: dart 2 USB

Public propertyStaticOnly

Only static defect pixel correction is enabled.

Applies to: dart 2 USB

 

Methods#

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

PLCamera.BslDefectPixelCorrectionModeEnum.ToString Method#

The full name of BslDefectPixelCorrectionMode

Return Value#

Type: String
Returns the full name of BslDefectPixelCorrectionMode

PLCamera.BslDefectPixelCorrectionModeEnum Constructor#

Initializes a new instance of the PLCamera.BslDefectPixelCorrectionModeEnum class

PLCamera.BslDefectPixelCorrectionModeEnum.Name Property#

The full name of BslDefectPixelCorrectionMode

PLCamera.BslDefectPixelCorrectionModeEnum.Off Property#

Defect pixel correction is disabled.

Applies to: dart 2 USB

PLCamera.BslDefectPixelCorrectionModeEnum.On Property#

Defect pixel correction is enabled.

Applies to: dart 2 USB

PLCamera.BslDefectPixelCorrectionModeEnum.StaticOnly Property#

Only static defect pixel correction is enabled.

Applies to: dart 2 USB