ICogAcqFieldCalibration UseFieldCalibration Property Cognex VisionPro 9.7
Enables or disables use of field calibration data when acquiring images.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

bool UseFieldCalibration { get; set; }

Property Value

Type: Boolean
Remarks

When enabled and a valid field calibration file has been specified, data from the field calibration file is used when rendering the range image. The field calibration is used to either remove skew from the rendered data, or adjust the coordinate spaces to account for the measured skew, depending on the RemoveSkewFromRangeImage setting.

If disabled, field calibration is not used.

An acquisition error will occur if field calibration is enabled, but the field calibration file is not specified or cannot be read.

See Also