Skip to content

ComponentType Enumeration#

Provides standard component types.

Syntax#

C#

public enum ComponentType

VB

Public Enumeration ComponentType

Members#

Member nameValueDescription
Undefined0The component type is not known or hasn't been set.
Intensity1Component contains intensity values.
Range4Component contains range values.
Confidence6Component contains confidence value.
Reflectance5Component contains reflectance value.
Scatter7Component contains scatter value.
Disparity8Component contains disparity value.
IntensityCombinedSTA65281Component contains the intensity images of the left and the right camera combined. The right image is stacked under the left image.
ErrorSTA65282Component contains the error map of the acquired disparity image.
RawCombinedSTA65283Component contains the unrectified intensity images of the left and the right camera combined. The right image is stacked under the left image.
CalibrationSTA65284Component contains the annotated left and right images for calibration.

Reference#

Basler.Pylon Namespace