public enum CameraPreviewMode
Represents ScanbotCameraView preview modes
| Enum Constant and Description |
|---|
FILL_IN
In this mode camera preview frames fill the layout view - the preview frames may contain additional content on the edges that was not visible in the preview layout.
|
FIT_IN
In this mode camera preview frames will be downscaled to the layout view size - full preview frame content will be visible, but unused edges could be appeared in the preview layout.
|
public CameraPreviewMode FIT_IN
In this mode camera preview frames will be downscaled to the layout view size - full preview frame content will be visible, but unused edges could be appeared in the preview layout.
public CameraPreviewMode FILL_IN
In this mode camera preview frames fill the layout view - the preview frames may contain additional content on the edges that was not visible in the preview layout.