Click or drag to resize

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.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public List<double> GetFocusLevels()

Return Value

ListDouble
The list of all available focus levels in mm.
See Also