CogAcqFieldCalibration UseDefaultScales Property Cognex VisionPro
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.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public virtual bool UseDefaultScales { get; set; }

Property Value

Type: Boolean

Implements

ICogAcqFieldCalibration UseDefaultScales
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