Skip to content

PLCamera.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

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.ChunkComponentIDEnum

Constructors#

 NameDescription
Public methodPLCamera.ChunkComponentIDEnum Initializes a new instance of the PLCamera.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()()()().)
 

PLCamera.ChunkComponentIDEnum.ToString Method#

The full name of ChunkComponentID

Return Value#

Type: String
Returns the full name of ChunkComponentID

PLCamera.ChunkComponentIDEnum Constructor#

Initializes a new instance of the PLCamera.ChunkComponentIDEnum class

PLCamera.ChunkComponentIDEnum.Confidence Property#

The image data is the confidence map component.

Applies to: Stereo ace

PLCamera.ChunkComponentIDEnum.Disparity Property#

The image data is the disparity component.

Applies to: Stereo ace

PLCamera.ChunkComponentIDEnum.Error Property#

The image data is the error map component.

Applies to: Stereo ace

PLCamera.ChunkComponentIDEnum.Intensity Property#

The image data is the intensity component.

Applies to: Stereo ace

PLCamera.ChunkComponentIDEnum.IntensityCombined Property#

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

Applies to: Stereo ace

PLCamera.ChunkComponentIDEnum.Name Property#

The full name of ChunkComponentID