BasePluginCameraCalibrationDataSetClassContains Method |
Checks if a calibration data set is available already with the
given focus level.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic bool Contains(
int focusLevel
)
Parameters
- focusLevel Int32
- The focus level to check if there is a
calibration data stored already.
Return Value
BooleanTrue if calibration data is found, false otherwise.
See Also