AutoCamPoints Property

Applies To
Vision Calibration

Description
Defines whether to generate camera point automatically.

Usage

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

Values

  • 0 - False: Camera point has not been generated.
  • -1 - True: Camera point has been generated.

Default: True

Remarks
The AutoCamPoints Property is used to set whether to enable a function that automatically generates nine camera points for calibration which requires nine camera points. When the function is enabled, nine camera points can be automatically generated when calibration is executed only by specifying one camera point near the center of FOV when teaching points.

See Also
VCal