Face Auto Capture Controller
interface FaceAutoCaptureController
Face Auto Capture Controller component.
Types
Functions
Link copied to clipboard
abstract fun process(sample: FaceAutoCaptureController.Sample): FaceAutoCaptureController.ProcessingResult
Process the sample and update internal state of the controller. This operation should be called on background thread.
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.