public enum CameraPreviewMode
Represents class ScanbotCameraView preview modes
class ScanbotCameraViewpublic static 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 static 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.