process
abstract fun process(bgraRawImage: BgraRawImage, timestampMillis: Long): DocumentAutoCaptureController.ProcessingResult
Process the 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 document auto capture process is already finished.