-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum CaptureView.CameraSettings.Resolution extends Enum<CaptureView.CameraSettings.Resolution>
The resolution of the images captured from the camera preview.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description UHD_4KCaptured image will have 3840x2160px resolution.
Please note, that if your device does not support 4K resolution, UHD_4K value will be automatically replaced with the FULL_HD value.
Note: This is a technology preview feature. The functionality will be improved and completed in future versions.
FULL_HDCaptured image will have 1920x1080px resolution.
HDCaptured image will have 1280x720px resolution.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
Methods inherited from class com.abbyy.mobile.uicomponents.CaptureView.CameraSettings.Resolution
compareTo, equals, finalize, getDeclaringClass, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-