Skip to content

PLTransportLayer.PixelFormatEnum Class#

Sets the format of the pixel data transmitted by the camera. This setting has to match the pixel format set in the camera.

Applies to: CoaXPress

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLTransportLayer.PixelFormatEnum

Constructors#

 NameDescription
Public methodPLTransportLayer.PixelFormatEnum Initializes a new instance of the PLTransportLayer.PixelFormatEnum class
 

Properties#

 NameDescription
Public propertyBayerBG10p

The pixel format is set to BayerBG10p.

Applies to: CoaXPress

Public propertyBayerBG12p

The pixel format is set to BayerBG12p.

Applies to: CoaXPress

Public propertyBayerBG14p

The pixel format is set to BayerBG14p.

Applies to: CoaXPress

Public propertyBayerBG8

The pixel format is set to BayerBG8.

Applies to: CoaXPress

Public propertyBayerGB10p

The pixel format is set to BayerGB10p.

Applies to: CoaXPress

Public propertyBayerGB12p

The pixel format is set to BayerGB12p.

Applies to: CoaXPress

Public propertyBayerGB14p

The pixel format is set to BayerGB14p.

Applies to: CoaXPress

Public propertyBayerGB8

The pixel format is set to BayerGB8.

Applies to: CoaXPress

Public propertyBayerGR10p

The pixel format is set to BayerGR10p.

Applies to: CoaXPress

Public propertyBayerGR12p

The pixel format is set to BayerGR12p.

Applies to: CoaXPress

Public propertyBayerGR14p

The pixel format is set to BayerGR14p.

Applies to: CoaXPress

Public propertyBayerGR8

The pixel format is set to BayerGR8.

Applies to: CoaXPress

Public propertyBayerRG10p

The pixel format is set to BayerRG10p.

Applies to: CoaXPress

Public propertyBayerRG12p

The pixel format is set to BayerRG12p.

Applies to: CoaXPress

Public propertyBayerRG14p

The pixel format is set to BayerRG14p.

Applies to: CoaXPress

Public propertyBayerRG8

The pixel format is set to BayerRG8.

Applies to: CoaXPress

Public propertyMono10

The pixel format is set to Mono10.

Applies to: CoaXPress

Public propertyMono10p

The pixel output format is set to Mono10p.

Applies to: CoaXPress

Public propertyMono12

The pixel format is set to Mono12.

Applies to: CoaXPress

Public propertyMono12p

The pixel output format is set to Mono12p.

Applies to: CoaXPress

Public propertyMono14p

The pixel output format is set to Mono14p.

Applies to: CoaXPress

Public propertyMono16

The pixel format is set to Mono16.

Applies to: CoaXPress

Public propertyMono8

The pixel format is set to Mono8.

Applies to: CoaXPress

Public propertyName The full name of PixelFormat (Overrides ParameterListEnum.Name.)
Public propertyRGB10p

The pixel format is set to RGB10p.

Applies to: CoaXPress

Public propertyRGB12p

The pixel format is set to RGB12p.

Applies to: CoaXPress

Public propertyRGB14p

The pixel format is set to RGB14p.

Applies to: CoaXPress

Public propertyRGB16

The pixel format is set to RGB16.

Applies to: CoaXPress

Public propertyRGB8

The pixel format is set to RGB8.

Applies to: CoaXPress

Public propertyYCbCr422_8

The pixel format is set to YCbCr422_8.

Applies to: CoaXPress

 

Methods#

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

PLTransportLayer.PixelFormatEnum.ToString Method#

The full name of PixelFormat

Return Value#

Type: String
Returns the full name of PixelFormat

PLTransportLayer.PixelFormatEnum Constructor#

Initializes a new instance of the PLTransportLayer.PixelFormatEnum class

PLTransportLayer.PixelFormatEnum.BayerBG10p Property#

The pixel format is set to BayerBG10p.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.BayerBG12p Property#

The pixel format is set to BayerBG12p.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.BayerBG14p Property#

The pixel format is set to BayerBG14p.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.BayerBG8 Property#

The pixel format is set to BayerBG8.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.BayerGB10p Property#

The pixel format is set to BayerGB10p.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.BayerGB12p Property#

The pixel format is set to BayerGB12p.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.BayerGB14p Property#

The pixel format is set to BayerGB14p.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.BayerGB8 Property#

The pixel format is set to BayerGB8.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.BayerGR10p Property#

The pixel format is set to BayerGR10p.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.BayerGR12p Property#

The pixel format is set to BayerGR12p.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.BayerGR14p Property#

The pixel format is set to BayerGR14p.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.BayerGR8 Property#

The pixel format is set to BayerGR8.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.BayerRG10p Property#

The pixel format is set to BayerRG10p.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.BayerRG12p Property#

The pixel format is set to BayerRG12p.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.BayerRG14p Property#

The pixel format is set to BayerRG14p.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.BayerRG8 Property#

The pixel format is set to BayerRG8.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.Mono10 Property#

The pixel format is set to Mono10.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.Mono10p Property#

The pixel output format is set to Mono10p.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.Mono12 Property#

The pixel format is set to Mono12.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.Mono12p Property#

The pixel output format is set to Mono12p.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.Mono14p Property#

The pixel output format is set to Mono14p.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.Mono16 Property#

The pixel format is set to Mono16.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.Mono8 Property#

The pixel format is set to Mono8.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.Name Property#

The full name of PixelFormat

PLTransportLayer.PixelFormatEnum.RGB10p Property#

The pixel format is set to RGB10p.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.RGB12p Property#

The pixel format is set to RGB12p.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.RGB14p Property#

The pixel format is set to RGB14p.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.RGB16 Property#

The pixel format is set to RGB16.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.RGB8 Property#

The pixel format is set to RGB8.

Applies to: CoaXPress

PLTransportLayer.PixelFormatEnum.YCbCr422_8 Property#

The pixel format is set to YCbCr422_8.

Applies to: CoaXPress