BasePluginCameraCalibrationDataSetClassReplace Method |
Replaces the calibration data currently used for the given
focus level by the given one.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic void Replace(
int focusLevel,
BasePluginCameraCalibrationData calibrationData
)
Parameters
- focusLevel Int32
- The focus level where the calibration
data is to be replaced.
- calibrationData BasePluginCameraCalibrationData
- The calibration data to be stored
at the given focus level.
See Also