DistCorrectEnable Property

Applies To
Vision Calibration

Description
Enables / disables lens distortion correction and camera tilt correction used for vision calibration and returns calibration status.

Usage

VGet  Calibration.DistCorrectEnable, var
VSet  Calibration.DistCorrectEnable, value
Calibration
Name of a calibration or string variable containing a calibration name.
var
Boolean variable that will contain the value of the property
value
Boolean value or expression for the new value of the property.

Values

  • 0 - False: Lens distortion correction and camera position correction are disabled.
  • -1 - True: Lens distortion correction and camera position correction are enabled.

Remarks
DistCorrectEnable enables / disables lens distortion correction and camera tilt correction used for vision calibration and returns calibration status.

Note:
When using the results which are affected by vision calibration result (such as RobotXYU result and Length result), be sure to execute calibration again after changing the values of this property; otherwise, the results affected by calibration result do not return correct values. In such a case, do not use these results.

See Also
DistCorrectCal Property, DistCorrectCalComplete Result, DistCorrectTargetSeq Property