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
Note: Working with the 4K resolution images is currently fully supported for the image capture scenario only. For the data capture scenario it is a technology preview. The functionality will be improved and completed in future versions. |
3/2/2022 12:59:15 PM