Click or drag to resize
BarcodeScannerSettingsCameraFocusMode Property
Informs the barcode scanner about the camera focus capabilities in use.

Namespace: Scandit.Recognition
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public CameraFocusMode CameraFocusMode { get; set; }

Property Value

Type: CameraFocusMode
Remarks
Use this property to inform the barcode scanner about the capabilities of the camera. The scanner will use this property to optimize the recognition process for the focus capabilities in use. By default, the camera focus mode is set to Unknown.
See Also