BasePluginCameraCalibrationDataSetClassChangeFocusLevel Method |
Changes the key of the entry with the old focus level by the new one.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic void ChangeFocusLevel(
int oldFocusLevel,
int newFocusLevel
)
Parameters
- oldFocusLevel Int32
- The key to be changed.
- newFocusLevel Int32
- The wanted key.
See Also