androidCameraResolution property
Sets the camera resolution for Android devices.
This represents the preferred camera resolution. It does not mean that the exact same resolution will be selected, but SDK will use the nearest one possible. The actual resolution that will be chosen depends on the actual device hardware (camera resolutions available and processing power).
See AndroidCameraResolution for all options.
Default: AndroidCameraResolution.Resolution2160P
Implementation
AndroidCameraResolution androidCameraResolution =
AndroidCameraResolution.Resolution2160P;