public static enum CameraSettings.Resolution
The resolution of the images captured from the camera preview.
public static com.abbyy.mobile.uicomponents.CaptureView.CameraSettings.Resolution UHD_4K
Captured 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.
public static com.abbyy.mobile.uicomponents.CaptureView.CameraSettings.Resolution FULL_HD
Captured image will have 1920x1080px resolution.
public static com.abbyy.mobile.uicomponents.CaptureView.CameraSettings.Resolution HD
Captured image will have 1280x720px resolution.