PLCamera.Scan3dOutputModeEnum Class#
Applies to: Stereo ace and blaze
Visibility: Expert
The feature documentation may provide more information.
Inheritance Hierarchy#
System.Object
Basler.Pylon.ParameterListEnum
Basler.Pylon.PLCamera.Scan3dOutputModeEnum
Constructors#
Name | Description | |
---|---|---|
PLCamera.Scan3dOutputModeEnum | Initializes a new instance of the PLCamera.Scan3dOutputModeEnum class |
Properties#
Name | Description | |
---|---|---|
CalibratedABC_Grid | 3 Coordinates in grid organization. The full 3 coordinate data with the grid array organization from the sensor kept. Applies to: blaze | |
CalibratedC | Calibrated 2.5D Depth map. The distance data is expressed in the chosen distance unit. The data is a 2.5D range map. No information on X-Y axes available. Applies to: blaze | |
DisparityC | Disparity 2.5D Depth map. The distance is inversely proportional to the pixel (disparity) value. Applies to: Stereo ace | |
Name | The full name of Scan3dOutputMode (Overrides ParameterListEnum.Name.) | |
UncalibratedC | Uncalibrated 2.5D Depth map. The distance data does not represent a physical unit and may be non-linear. The data is a 2.5D range map only. Applies to: blaze |
Methods#
Name | Description | |
---|---|---|
ToString | The full name of Scan3dOutputMode (Overrides Object.ToString()()()().) |
PLCamera.Scan3dOutputModeEnum.ToString Method#
The full name of Scan3dOutputMode
Return Value#
Type: String
Returns the full name of Scan3dOutputMode
PLCamera.Scan3dOutputModeEnum Constructor#
Initializes a new instance of the PLCamera.Scan3dOutputModeEnum class
PLCamera.Scan3dOutputModeEnum.CalibratedABC_Grid Property#
3 Coordinates in grid organization. The full 3 coordinate data with the grid array organization from the sensor kept.
Applies to: blaze
PLCamera.Scan3dOutputModeEnum.CalibratedC Property#
Calibrated 2.5D Depth map. The distance data is expressed in the chosen distance unit. The data is a 2.5D range map. No information on X-Y axes available.
Applies to: blaze
PLCamera.Scan3dOutputModeEnum.DisparityC Property#
Disparity 2.5D Depth map. The distance is inversely proportional to the pixel (disparity) value.
Applies to: Stereo ace
PLCamera.Scan3dOutputModeEnum.Name Property#
The full name of Scan3dOutputMode
PLCamera.Scan3dOutputModeEnum.UncalibratedC Property#
Uncalibrated 2.5D Depth map. The distance data does not represent a physical unit and may be non-linear. The data is a 2.5D range map only.
Applies to: blaze