attach

Convenience method for attaching MedicalCertificateAutoSnappingController to IScanbotCameraView

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

Return

new instance of MedicalCertificateAutoSnappingController

Parameters

cameraView

cameraView to attach to

medicalCertificateScanner

Medical Certificate Recognizer to process frames and get live detection results

See also


Convenience method for attaching MedicalCertificateAutoSnappingController to IScanbotCameraView

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

Return

new instance of MedicalCertificateAutoSnappingController

Parameters

cameraView

cameraView to attach to

frameHandler

MedicalCertificateFrameHandler to process frames and get live detection results

See also