CameraX Result
Applies To
Vision Objects: ArcFinder, Blob, BoxFinder、CodeReader, ColorMatch, Contour, CornerFinder, Correlation, DefectFinder, Edge, Geometric, LineInspector, OCR, Point, Polar, Coordinates
Description
Returns the X position coordinate of the found part's position in the camera coordinate frame.
Usage
VGet Sequence.Object.CameraX [(result)], var
- Sequence
- Name of a sequence or string variable containing a sequence name.
- Object
- Name of an object or string variable containing an object name. The object must exist in the specified sequence.
- var
- Real variable that will contain the value of the result.
- result
- Result number. If omitted, the result number is the CurrentResult. Used for objects that return multiple results.
Values
Real number in millimeters.
Remarks
The CameraX result is always in millimeters in the camera coordinate system.
The CameraX result can be calculated only when valid calibration data is set to the Calibration property of the vision sequence. If the calibration has not been completed or the Calibration property has not been set, the CameraX result will be an error.
Statistics
For the CameraX result, the following statistics are available.
CameraXMax, CameraXMean, CameraXMin, CameraXStdDev.
For details on how to use statistics, refer to the following manual.
"Vision Guide Software - Using Vision Guide Statistics"
See Also
Angle ResultArcFinder Object, Blob Object, CameraY Result, CameraXYU Result, ColorMatch Object, Correlation Object, DefectFinder Object, Edge Object, Found Result, Geometric Object, Point Object, Polar Object, RobotX Result, CodeReader Object, OCR Object, BoxFinder Object, CornerFinder Object, Contour Object, Coordinates Object