CogAcqFieldCalibration FieldCalibrationSpace3DSensorIndex Property Cognex VisionPro 9.20
Gets or sets which sensor's coordinate space is used when generating the range image. The default value is 0.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 80.0.0.0
Syntax

public virtual int FieldCalibrationSpace3DSensorIndex { get; set; }

Property Value

Type: Int32
The index of the sensor whose coordinate space is used when generating the range image.

Implements

ICogAcqFieldCalibration FieldCalibrationSpace3DSensorIndex
Remarks

In a multi-sensor setting with image stitching, the FieldCalibrationSpace3DSensorIndex property specifies which sensor's coordinate space (as specified by the FieldCalibrationSpace3D ) to use when generating the range image.

In a multi-sensor scenario without image stitching, each sensor should have its own separate field calibration file, so the first sensor in the list is also the only sensor in the file.

The GetFieldCalibrationSensorId  method can be used to query the corresponding label given to the sensor in the training application.

An error will be returned if index is greater than or equal to FieldCalibrationSensorCount.

See Also