Resolution enum
The resolution of the images captured from the camera preview.
enum Resolution {
   UHD_4K,
   FULL_HD,
   HD
}
  
  Constants
| Name | Description | 
|---|---|
| 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. 
 | 
| FULL_HD | [Default] Captured image will have 1920x1080px resolution. | 
| HD | Captured image will have 1280x720px resolution. | 
3/2/2022 12:59:15 PM
