Gets or sets which sensor's coordinate space is used when generating the range image. The default value is 0.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax
Property Value
Type: Int32The index of the sensor whose coordinate space is used when generating the range image.
Implements
ICogAcqFieldCalibration FieldCalibrationSpace3DSensorIndexRemarks
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