Skip to content

PLPixelDataConverter Class#

List of all parameter names available for the Pixel Data Converter

Inheritance Hierarchy#

System.Object
  Basler.Pylon.PLPixelDataConverter

Properties#

NameDescription
Public propertyStatic memberAdditionalLeftShift

Additional shifting value used for converting monochrome images. Only effective if the Mono Conversion Method parameter is set to Truncate. If the parameter value isn't zero, the image data is converted using a lookup table. Shifted values exceeding the maximum output value boundary are set to the maximum allowed value. Negative values are treated as right-shifted values.

Visibility: Beginner

Public propertyStatic memberGamma

Gamma value for converting monochrome images. The image data is converted using a lookup table.

Visibility: Beginner

Public propertyStatic memberInconvertibleEdgeHandling

Sets how to handle rows and columns that can't be converted.

Visibility: Beginner

Public propertyStatic memberMaxNumThreads

Maximum number of threads used for format conversion. Depending on the image size fewer than the specified number of threads will be used.

Visibility: Beginner

Public propertyStatic memberMonoConversionMethod

Sets the conversion method for monochrome images.

Visibility: Beginner

Public propertyStatic memberOutputBitAlignment

Sets the alignment of the bits in the target pixel type if the target bit depth is greater than the source bit depth, e.g., if you are converting from a 10-bit to a 16-bit format.

Visibility: Beginner

Public propertyStatic memberOutputOrientation

Sets the vertical orientation of the output image in the buffer.

Visibility: Beginner

Public propertyStatic memberOutputPaddingX

Number of additional data bytes at the end of each line. These bytes are set to zero during the conversion.

Visibility: Beginner

 

PLPixelDataConverter.AdditionalLeftShift Property#

Additional shifting value used for converting monochrome images. Only effective if the Mono Conversion Method parameter is set to Truncate. If the parameter value isn't zero, the image data is converted using a lookup table. Shifted values exceeding the maximum output value boundary are set to the maximum allowed value. Negative values are treated as right-shifted values.

Visibility: Beginner

PLPixelDataConverter.Gamma Property#

Gamma value for converting monochrome images. The image data is converted using a lookup table.

Visibility: Beginner

PLPixelDataConverter.InconvertibleEdgeHandling Property#

Sets how to handle rows and columns that can't be converted.

Visibility: Beginner

PLPixelDataConverter.MaxNumThreads Property#

Maximum number of threads used for format conversion. Depending on the image size fewer than the specified number of threads will be used.

Visibility: Beginner

PLPixelDataConverter.MonoConversionMethod Property#

Sets the conversion method for monochrome images.

Visibility: Beginner

PLPixelDataConverter.OutputBitAlignment Property#

Sets the alignment of the bits in the target pixel type if the target bit depth is greater than the source bit depth, e.g., if you are converting from a 10-bit to a 16-bit format.

Visibility: Beginner

PLPixelDataConverter.OutputOrientation Property#

Sets the vertical orientation of the output image in the buffer.

Visibility: Beginner

PLPixelDataConverter.OutputPaddingX Property#

Number of additional data bytes at the end of each line. These bytes are set to zero during the conversion.

Visibility: Beginner