Package-level declarations

Types

Link copied to clipboard

Enum representing whether the front or the back camera is being used.

Link copied to clipboard
data class CameraSettings(val lensFacing: CameraLensFacing = CameraLensFacing.LensFacingBack, val desiredResolution: Resolution = Resolution.Resolution2160p)

Configuration settings for the camera used in the verification process.

Link copied to clipboard
abstract class CameraViewModel : ViewModel
Link copied to clipboard

An interface that represents the features of Microblink's analyzer.

Link copied to clipboard

Enum representing the camera resolution that is being used.