Focus Gestures#
Defined in library scandit_datacapture_core_ui
-
FocusGesture
# abstract class FocusGesture
Added in version 6.7.0
Common interface for all the focus gestures.
-
TapToFocus
# class TapToFocus
: FocusGestureAdded in version 6.7.0
Tap to focus gesture.
-
TapToFocus()
# TapToFocus
()Added in version 6.7.0
Constructs a new TapToFocus instance. The focus strategy can be changed in the CameraSettings through focusGestureStrategy.
-