FaceAutoCaptureController

Face Auto Capture Controller component.

Types

Link copied to clipboard
data class ProcessingResult

Result of a processing operation. See process method.

Functions

Link copied to clipboard
abstract fun process(bgraRawImage: BgraRawImage, timestampMillis: Long): FaceAutoCaptureController.ProcessingResult

Process the image and update internal state of the controller. This operation should be called on background thread.

Link copied to clipboard
abstract fun restart()

Restart the process.