Skip to content

PLCamera.Scan3dOutputModeEnum Class#

Controls the Calibration and data organization of the device and the coordinates transmitted.

Applies to: blaze

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.Scan3dOutputModeEnum

Constructors#

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

Properties#

 NameDescription
Public propertyCalibratedABC_Grid

3 Coordinates in grid organization. The full 3 coordinate data with the grid array organization from the sensor kept.

Applies to: blaze

Public propertyCalibratedC

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

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

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#

 NameDescription
Public methodToString 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.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