Skip to content

PLCamera.VignettingCorrectionModeEnum Class#

The Vignetting Correction feature allows you to remove vignetting artifacts from your images. To do this, you first have to create vignetting correction data. For more information, see the Basler Product Documentation.

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.VignettingCorrectionModeEnum

Constructors#

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

Properties#

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

The vignetting correction is disabled.

Applies to: GigE and ace USB

Public propertyOn

The vignetting correction is enabled.

Applies to: GigE and ace USB

 

Methods#

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

PLCamera.VignettingCorrectionModeEnum.ToString Method#

The full name of VignettingCorrectionMode

Return Value#

Type: String
Returns the full name of VignettingCorrectionMode

PLCamera.VignettingCorrectionModeEnum Constructor#

Initializes a new instance of the PLCamera.VignettingCorrectionModeEnum class

PLCamera.VignettingCorrectionModeEnum.Name Property#

The full name of VignettingCorrectionMode

PLCamera.VignettingCorrectionModeEnum.Off Property#

The vignetting correction is disabled.

Applies to: GigE and ace USB

PLCamera.VignettingCorrectionModeEnum.On Property#

The vignetting correction is enabled.

Applies to: GigE and ace USB