BasePluginCameraCalibrationDataSetClassGetCalibrationData Method |
Retrieves the calibration data stored with the given focus level.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic BasePluginCameraCalibrationData GetCalibrationData(
int focusLevel
)
Parameters
- focusLevel Int32
- The focus level the calibration data
is to be retrieved.
Return Value
BasePluginCameraCalibrationDataThe calibration data stored with the given focus level.
See Also