attach

Convenience method for attaching CheckAutoSnappingController to IScanbotCameraView

Auto-snapping is enabled by default as soon as you create new instance of CheckAutoSnappingController. You can manually enable or disable auto-snapping by setting CheckAutoSnappingController.isEnabled.

Return

new instance of CheckAutoSnappingController

Parameters

cameraView

cameraView to attach to

checkScanner

Check scanner to process frames and get live detection results

See also


Convenience method for attaching CheckAutoSnappingController to IScanbotCameraView

Auto-snapping is enabled by default as soon as you create new instance of CheckAutoSnappingController. You can manually enable or disable auto-snapping by setting CheckAutoSnappingController.isEnabled.

Return

new instance of CheckAutoSnappingController

Parameters

cameraView

cameraView to attach to

frameHandler

CheckScannerFrameHandler to process frames and get live detection results

See also