BasePluginCameraLoadCalibration Method |
Loads the properties building the calibration data.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.20.0
Syntaxpublic void LoadCalibration(
IConfigurationManager configurationManager,
string file
)
Parameters
- configurationManager IConfigurationManager
- RAYGUIDE's configuration manager;
needed to allow loading a JSON file.
- file String
- Path and file name of the file to load.
See Also