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.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
Property Value
Type: BooleanImplements
ICogAcqFieldCalibration UseDefaultScalesRemarks
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