process

abstract fun process(bgraRawImage: BgraRawImage, timestampMillis: Long): FaceAutoCaptureController.ProcessingResult

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

Return

Processing result.

Parameters

bgraRawImage

BGRA raw image.

timestampMillis

Timestamp of the image in milliseconds.

Throws

If the face auto capture process is already finished.