ICogAcqFieldCalibration UseDefaultScales Property Cognex VisionPro 9.5
Gets or sets whether default scaling values or user specified values are used for defining the pixel size of range images. The default value is true.

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

bool UseDefaultScales { get; set; }

Property Value

Type: Boolean
Remarks

When set to true, the values held by FieldCalibrationXScale, FieldCalibrationYScale, and FieldCalibrationZScale are discarded and replaced with their default values. If images from multiple sensors are to be stitched together, using the default scaling values is an easy way to guarantee that the range images will be acquired for best stitching performance.

When set to false, the scaling values can be set as desired.

See Also