Click or drag to resize

BasePluginCameraSaveCalibration Method

Saves the properties building the calibration data.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public void SaveCalibration(
	IConfigurationManager configurationManager,
	string file,
	int focusLevel = 0
)

Parameters

configurationManager  IConfigurationManager
RAYGUIDE's configuration manager; needed to allow saving as JSON file.
file  String
Path and file name of the file to save.
focusLevel  Int32  (Optional)
The focus level in micrometers. The elements of this entry in CalibrationDataSet will be replaced by the current ones.
See Also