process
abstract fun process(sample: PalmAutoCaptureController.Sample): PalmAutoCaptureController.ProcessingResult
Process the sample and update internal state of the controller. This operation should be called on background thread.
Return
Processing result.
Parameters
sample
Sample (or snapshot) at a single point in time.
Throws
If the process is already finished.