Click or drag to resize

BasePluginCameraGetRectificationRatios Method

Retrieves the rectification calibration ratios. Necessary to give ClickAndTeachViewModel access to the private members.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.37.0
Syntax
C#
public (dvec2 , dvec2 , dvec2 , dvec2 , dvec2 ) GetRectificationRatios()

Return Value

ValueTupledvec2, dvec2, dvec2, dvec2, dvec2
The rectification ratios.
See Also