Skip to content

PLCamera.PixelColorFilterEnum Class#

Indicates the alignment of the camera's Bayer filter to the pixels in the acquired images.

Applies to: CameraLink, GigE, ace USB, dart USB and pulse USB

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.PixelColorFilterEnum

Constructors#

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

Properties#

 NameDescription
Public propertyBayer_BG

The Bayer filter has a BG/GR alignment to the pixels in the acquired images.

Applies to: CameraLink and GigE

Public propertyBayer_GB

The Bayer filter has a GB/RG alignment to the pixels in the acquired images.

Applies to: CameraLink and GigE

Public propertyBayer_GR

The Bayer filter has a GR/BG alignment to the pixels in the acquired images.

Applies to: CameraLink and GigE

Public propertyBayer_RG

The Bayer filter has an RG/GB alignment to the pixels in the acquired images.

Applies to: CameraLink and GigE

Public propertyBayerBG

The Bayer filter has a BG/GR alignment to the pixels in the acquired images.

Applies to: ace USB, dart USB and pulse USB

Public propertyBayerGB

The Bayer filter has a GB/RG alignment to the pixels in the acquired images.

Applies to: ace USB, dart USB and pulse USB

Public propertyBayerGR

The Bayer filter has a GR/BG alignment to the pixels in the acquired images.

Applies to: ace USB, dart USB and pulse USB

Public propertyBayerRG

The Bayer filter has an RG/GB alignment to the pixels in the acquired images.

Applies to: ace USB, dart USB and pulse USB

Public propertyName The full name of PixelColorFilter (Overrides ParameterListEnum.Name.)
Public propertyNone

The camera doesn't have a Bayer filter.

Applies to: CameraLink, GigE, ace USB, dart USB and pulse USB

 

Methods#

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

PLCamera.PixelColorFilterEnum.ToString Method#

The full name of PixelColorFilter

Return Value#

Type: String
Returns the full name of PixelColorFilter

PLCamera.PixelColorFilterEnum Constructor#

Initializes a new instance of the PLCamera.PixelColorFilterEnum class

PLCamera.PixelColorFilterEnum.BayerBG Property#

The Bayer filter has a BG/GR alignment to the pixels in the acquired images.

Applies to: ace USB, dart USB and pulse USB

PLCamera.PixelColorFilterEnum.BayerGB Property#

The Bayer filter has a GB/RG alignment to the pixels in the acquired images.

Applies to: ace USB, dart USB and pulse USB

PLCamera.PixelColorFilterEnum.BayerGR Property#

The Bayer filter has a GR/BG alignment to the pixels in the acquired images.

Applies to: ace USB, dart USB and pulse USB

PLCamera.PixelColorFilterEnum.BayerRG Property#

The Bayer filter has an RG/GB alignment to the pixels in the acquired images.

Applies to: ace USB, dart USB and pulse USB

PLCamera.PixelColorFilterEnum.Bayer_BG Property#

The Bayer filter has a BG/GR alignment to the pixels in the acquired images.

Applies to: CameraLink and GigE

PLCamera.PixelColorFilterEnum.Bayer_GB Property#

The Bayer filter has a GB/RG alignment to the pixels in the acquired images.

Applies to: CameraLink and GigE

PLCamera.PixelColorFilterEnum.Bayer_GR Property#

The Bayer filter has a GR/BG alignment to the pixels in the acquired images.

Applies to: CameraLink and GigE

PLCamera.PixelColorFilterEnum.Bayer_RG Property#

The Bayer filter has an RG/GB alignment to the pixels in the acquired images.

Applies to: CameraLink and GigE

PLCamera.PixelColorFilterEnum.Name Property#

The full name of PixelColorFilter

PLCamera.PixelColorFilterEnum.None Property#

The camera doesn't have a Bayer filter.

Applies to: CameraLink, GigE, ace USB, dart USB and pulse USB