Magnif Eye Liveness Fragment
Deprecated
Use MultiRangeLivenessFragment instead.
UI MagnifEye Liveness component.
A visual component for capturing images suitable for MagnifEye Liveness evaluation.
Types
Link copied to clipboard
data class Configuration(val common: CommonConfiguration = CommonConfiguration(), val camera: CameraConfiguration = CameraConfiguration(
facing = CameraFacing.FRONT,
), val faceLibraryComponent: FaceLibraryComponentConfiguration = FaceLibraryComponentConfiguration(
faceSizeRatioInterval = FaceAutoCaptureController.Configuration.DEFAULT_FACE_SIZE_RATIO_INTERVAL,
), val isDetectionLayerVisible: Boolean = false)
Configuration for the UI MagnifEye Liveness component.
Functions
Link copied to clipboard
Called only once for the whole process. Once this callback is called, the whole process is considered to be over.
Link copied to clipboard
Provides the Configuration for the component.
Link copied to clipboard