Skip to content

PLCamera.ShadingSelectorEnum Class#

Sets the kind of shading correction.

Applies to: CameraLink and GigE

Visibility: Beginner

Selecting Parameters: ShadingEnable, ShadingSetDefaultSelector, ShadingSetSelector

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.ShadingSelectorEnum

Constructors#

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

Properties#

 NameDescription
Public propertyGainShading

Gain Shading correction, i.e., the correction of photo response non-uniformity (PRNU) effects, is selected.

Applies to: CameraLink and GigE

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

Offset Shading correction, i.e., the correction for dark signal non-uniformity (DSNU) effects, is selected.

Applies to: CameraLink and GigE

 

Methods#

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

PLCamera.ShadingSelectorEnum.ToString Method#

The full name of ShadingSelector

Return Value#

Type: String
Returns the full name of ShadingSelector

PLCamera.ShadingSelectorEnum Constructor#

Initializes a new instance of the PLCamera.ShadingSelectorEnum class

PLCamera.ShadingSelectorEnum.GainShading Property#

Gain Shading correction, i.e., the correction of photo response non-uniformity (PRNU) effects, is selected.

Applies to: CameraLink and GigE

PLCamera.ShadingSelectorEnum.Name Property#

The full name of ShadingSelector

PLCamera.ShadingSelectorEnum.OffsetShading Property#

Offset Shading correction, i.e., the correction for dark signal non-uniformity (DSNU) effects, is selected.

Applies to: CameraLink and GigE