-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum CameraPreviewMode extends Enum<CameraPreviewMode>
Represents ScanbotCameraView preview modes
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FILL_INIn 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_INIn 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.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-