Skip to content

PLCamera.ChunkComponentSelectorEnum Class#

Selects the Component from which to retreive data from.

Applies to: Stereo ace

Visibility: Expert

Selecting Parameters: ChunkComponentID, ChunkComponentIDValue, ChunkDecimationHorizontal, ChunkDecimationVertical, ChunkHeight, ChunkOffsetX, ChunkOffsetY, ChunkPartIndex, ChunkPixelFormat, ChunkScan3dFocalLength, ChunkScan3dPrincipalPointU, ChunkScan3dPrincipalPointV, ChunkWidth

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.ChunkComponentSelectorEnum

Constructors#

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

Properties#

 NameDescription
Public propertyCalibration

Annotated left and right images for calibration.

Applies to: Stereo ace

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 ChunkComponentSelector (Overrides ParameterListEnum.Name.)
Public propertyRawCombined

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

Applies to: Stereo ace

 

Methods#

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

PLCamera.ChunkComponentSelectorEnum.ToString Method#

The full name of ChunkComponentSelector

Return Value#

Type: String
Returns the full name of ChunkComponentSelector

PLCamera.ChunkComponentSelectorEnum Constructor#

Initializes a new instance of the PLCamera.ChunkComponentSelectorEnum class

PLCamera.ChunkComponentSelectorEnum.Calibration Property#

Annotated left and right images for calibration.

Applies to: Stereo ace

PLCamera.ChunkComponentSelectorEnum.Confidence Property#

The image data is the confidence map component.

Applies to: Stereo ace

PLCamera.ChunkComponentSelectorEnum.Disparity Property#

The image data is the disparity component.

Applies to: Stereo ace

PLCamera.ChunkComponentSelectorEnum.Error Property#

The image data is the error map component.

Applies to: Stereo ace

PLCamera.ChunkComponentSelectorEnum.Intensity Property#

The image data is the intensity component.

Applies to: Stereo ace

PLCamera.ChunkComponentSelectorEnum.IntensityCombined Property#

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

Applies to: Stereo ace

PLCamera.ChunkComponentSelectorEnum.Name Property#

The full name of ChunkComponentSelector

PLCamera.ChunkComponentSelectorEnum.RawCombined Property#

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

Applies to: Stereo ace