process
abstract fun process(bgraRawImage: BgraRawImage, timestampMillis: Long): FaceAutoCaptureController.ProcessingResult
Content copied to clipboard
Process face in an image and update internal state of the controller. This operation should be called on background thread.
Return
Processing result.
Parameters
bgra Raw Image
BGRA raw image.
timestamp Millis
Timestamp of the image in milliseconds.
Throws
If the face auto capture process is already finished.