| Interface | Description |
|---|---|
| AutoSnappingController.AutoSnappingCallback |
Called right before auto-snapping routine takes picture.
|
| BarcodeDetectorFrameHandler.ResultHandler |
Continiously notified about barcode/QR code detection results.
|
| CameraOpenCallback |
Called when camera is opened and ready for shooting
|
| ContourDetectorFrameHandler.ResultHandler |
Continiously notified about contour detection results.
|
| PictureCallback |
Invoked when picture is taken
|
| PreviewBuffer |
Manages access to preview buffer of the Camera
|
| PreviewBuffer.FrameHandler |
Handles camera preview frames
|
| Class | Description |
|---|---|
| AutoSnappingController |
Controls auto-snapping process by observing contour detection results from
ContourDetectorFrameHandler. |
| BarcodeDetectorFrameHandler | Deprecated |
| ContourDetectorFrameHandler |
Performs contour detection on camera preview frames.
|
| ContourDetectorFrameHandler.DetectedFrame |
Contour detection results alongside with information about frame
|
| ScanbotCameraView |
Provides interface to native Camera and displays camera stream.
|