Click or drag to resize

BasePluginCameraLoadCalibration Method

Loads the properties building the calibration data.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.20.0
Syntax
C#
public 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