Package io.scanbot.sdk.ui
Interface ILiveDetectionCameraController
-
- All Implemented Interfaces:
-
io.scanbot.sdk.ui.ICameraViewController
,io.scanbot.sdk.ui.ILegacyCameraController
public interface ILiveDetectionCameraController implements ILegacyCameraController
Base interface class for the Classical components View to control the behavior and trigger actions
-
-
Method Summary
Modifier and Type Method Description abstract Boolean
isFrameProcessingEnabled()
abstract Unit
setFrameProcessingEnabled(Boolean isFrameProcessingEnabled)
-
-
Method Detail
-
isFrameProcessingEnabled
abstract Boolean isFrameProcessingEnabled()
-
setFrameProcessingEnabled
abstract Unit setFrameProcessingEnabled(Boolean isFrameProcessingEnabled)
-
-
-
-