FilterSettings

data class FilterSettings(val captureFilter: CaptureFilter) : Parcelable

Settings for the capture filter.

Constructors

Link copied to clipboard
constructor(captureFilter: CaptureFilter)

Properties

Link copied to clipboard

Capture filter that will be used to filter capture results after each successful side capture (accepts or drop captured side). If the captured image is filtered out, capture is restarted for the current side and the same side is being captured again in the same camera session.

Functions

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