Resolution enum
The resolution of the images captured from the camera preview.
public enum Resolution
{
HD,
FullHD,
UHD4K
}
Constants
Name | Description |
---|---|
HD | Captured image will have 1280x720px resolution. |
FullHD |
Captured image will have 1920x1080px resolution. This is the default value. |
UHD4K | Captured image will have 3840x2160px resolution |
02.03.2022 12:59:15