Base Auto Snapping Controller
abstract class BaseAutoSnappingController<in T : Any>(cameraView: IScanbotCameraView) : IAutoSnappingController<T>
Base IAutoSnappingController implementation, that is, in theory, to suffice any scenario needs.
This class wraps all device- and camera's lifecycle-specific code, as well as two conditions validation - significant move timeout and capture interval timeout.
See also
Functions
Link copied to clipboard
Set callback. Defaults to IAutoSnappingController.Callback.NULL
Link copied to clipboard
Link copied to clipboard
Changes sensitivity of auto-snapping. That is: the more sensitive it is the faster it shoots.
Link copied to clipboard
Allows to enable or disable shake detection before autosnapping. It will wait for 2 seconds of stable values from accelerometer before taking a picture. Default is true