Click or drag to resize

BasePluginCameraCalibrationDataSetClassChangeFocusLevel Method

Changes the key of the entry with the old focus level by the new one.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public void ChangeFocusLevel(
	int oldFocusLevel,
	int newFocusLevel
)

Parameters

oldFocusLevel  Int32
The key to be changed.
newFocusLevel  Int32
The wanted key.
See Also