Skip to content

PLCamera.DemosaicingModeEnum Class#

Sets the demosaicing mode.

Applies to: GigE and ace USB

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.DemosaicingModeEnum

Constructors#

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

Properties#

 NameDescription
Public propertyBaslerPGI

Demosaicing is performed using the Basler PGI algorithm. This algorithm uses advanced demosaicing methods. The Sharpness Enhancement and Noise Reduction features are enabled.

Applies to: GigE and ace USB

Public propertyName The full name of DemosaicingMode (Overrides ParameterListEnum.Name.)
Public propertySimple

Demosaicing is performed using a simple demosaicing algorithm. The Sharpness Enhancement and Noise Reduction features are disabled.

Applies to: GigE and ace USB

 

Methods#

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

PLCamera.DemosaicingModeEnum.ToString Method#

The full name of DemosaicingMode

Return Value#

Type: String
Returns the full name of DemosaicingMode

PLCamera.DemosaicingModeEnum Constructor#

Initializes a new instance of the PLCamera.DemosaicingModeEnum class

PLCamera.DemosaicingModeEnum.BaslerPGI Property#

Demosaicing is performed using the Basler PGI algorithm. This algorithm uses advanced demosaicing methods. The Sharpness Enhancement and Noise Reduction features are enabled.

Applies to: GigE and ace USB

PLCamera.DemosaicingModeEnum.Name Property#

The full name of DemosaicingMode

PLCamera.DemosaicingModeEnum.Simple Property#

Demosaicing is performed using a simple demosaicing algorithm. The Sharpness Enhancement and Noise Reduction features are disabled.

Applies to: GigE and ace USB