Skip to content

PLChunkData.ChunkComponentIDEnum Class#

Returns the component of the payload image. This can be used to identify the image component of a generic part in a multi-part transfer.

Applies to: Stereo ace

Visibility: Expert

Selected by: ChunkComponentSelector

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLChunkData.ChunkComponentIDEnum

Constructors#

 NameDescription
Public methodPLChunkData.ChunkComponentIDEnum Initializes a new instance of the PLChunkData.ChunkComponentIDEnum class
 

Properties#

 NameDescription
Public propertyConfidence

The image data is the confidence map component.

Applies to: Stereo ace

Public propertyDisparity

The image data is the disparity component.

Applies to: Stereo ace

Public propertyError

The image data is the error map component.

Applies to: Stereo ace

Public propertyIntensity

The image data is the intensity component.

Applies to: Stereo ace

Public propertyIntensityCombined

Intensity images of left and right camera combined. Right image is stacked under left image.

Applies to: Stereo ace

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

Methods#

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

PLChunkData.ChunkComponentIDEnum.ToString Method#

The full name of ChunkComponentID

Return Value#

Type: String
Returns the full name of ChunkComponentID

PLChunkData.ChunkComponentIDEnum Constructor#

Initializes a new instance of the PLChunkData.ChunkComponentIDEnum class

PLChunkData.ChunkComponentIDEnum.Confidence Property#

The image data is the confidence map component.

Applies to: Stereo ace

PLChunkData.ChunkComponentIDEnum.Disparity Property#

The image data is the disparity component.

Applies to: Stereo ace

PLChunkData.ChunkComponentIDEnum.Error Property#

The image data is the error map component.

Applies to: Stereo ace

PLChunkData.ChunkComponentIDEnum.Intensity Property#

The image data is the intensity component.

Applies to: Stereo ace

PLChunkData.ChunkComponentIDEnum.IntensityCombined Property#

Intensity images of left and right camera combined. Right image is stacked under left image.

Applies to: Stereo ace

PLChunkData.ChunkComponentIDEnum.Name Property#

The full name of ChunkComponentID