CameraSettings

data class CameraSettings(val resolution: CameraSettings.Resolution = Resolution.RESOLUTION_2160_P) : Parcelable

Camera configuration options.

Constructors

Link copied to clipboard
constructor(resolution: CameraSettings.Resolution = Resolution.RESOLUTION_2160_P)

Types

Link copied to clipboard

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.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)