AUICameraResolution enumeration
The resolution of the images captured from the camera preview.
typedef NS_ENUM(NSUInteger, AUICameraResolution) {
AUICameraResolutionHD,
AUICameraResolutionFullHD
AUICameraResolution4K
};
Constants
| Name | Description |
|---|---|
| AUICameraResolutionHD |
Captured image will have:
|
| AUICameraResolutionFullHD |
Captured image will have:
This is the default value. |
| AUICameraResolution4K |
Captured image will have
|
02.03.2022 12:59:15
