CameraY Result

Applies To
Vision Objects: ArcFinder, Blob, BoxFinder, CodeReader, ColorMatch, Contour, CornerFinder, Correlation, Edge, Geometric, LineInspector, OCR, Point, Polar, Coordinates

Description
Returns the Y position coordinate of the found part's position in the camera coordinate frame.

Usage

VGet  Sequence.Object.CameraY [(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 CameraY result is always in millimeters in the camera coordinate system.

The CameraY 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 CameraY result will be an error.

Statistics
For the CameraY result, the following statistics are available.

CameraYMax, CameraYMean, CameraYMin, CameraYStdDev.

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, CameraX Result, CameraXYU Result, ColorMatch Object, Correlation Object, Edge Object, Found Result, Geometric Object, Point Object, Polar Object, RobotXYU Result, RobotY Result, CodeReader Object, OCR Object, BoxFinder Object, CornerFinder Object, Contour Object, Coordinates Object