CameraSettings
data class CameraSettings(val resolution: CameraSettings.Resolution = Resolution.RESOLUTION_2160_P) : Parcelable
Camera configuration options.
Properties
Link copied to clipboard
Preferred camera resolution. It does not mean that exact the same resolution will be selected, but SDK will use the nearest one possible. Actual resolution that will be chosen depends on the actual device hardware (camera resolutions available and processing power). Recommended and default resolution is Resolution.RESOLUTION_2160_P.