BasePluginCameraCalibrationDataSetClassGetFocusLevels Method |
Returns a list of all focus levels stored in the calibration
data dictionary. The list is sorted, the biggest level is the first one.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic List<double> GetFocusLevels()
Return Value
ListDoubleThe list of all available focus levels in mm.
See Also