| Interface | Description |
|---|---|
| BasePictureCallback |
Basic internal Camera picture callback interface
|
| BaseResultHandler<D,E> | |
| CameraOpenCallback | |
| CameraStateCallback |
Notified about state of the camera
|
| CameraTakePictureCallback |
Notified about state of the take picture operation
|
| FrameHandler |
Handles camera preview frames
|
| IFinderView |
Interface for configurable Camera finder view
|
| PreviewBuffer |
Manages access to preview buffer of the Camera
|
| Class | Description |
|---|---|
| CameraOpenCallbackKt | |
| FrameHandlerResult<T,E> |
Wrapper class that used in frame handlers to notify all subscribers about data detection events
used Success(recognisedData) for returning answer of detectors
used Failure for return errors that happens inside handlers (like failed license check etc)
|
| PictureCallback |
Invoked when picture is taken
|
| ScanbotCameraView |
Provides interface to native Camera and displays camera stream.
Use this class if you want to fine-tune camera behavior.
|
| SnapFlashView | |
| ZoomRange |
Represents
interface IScanbotCameraView zoom range |
| Enum | Description |
|---|---|
| CameraModule |
Represents all supported cameras
|
| CameraPreviewMode |
Represents
class ScanbotCameraView preview modes |