ActiveFaceCaptureSessionListener

ActiveFaceCaptureSessionListener is an interface that listens to the processing result/error from an Active Face Capture session

Inheritors

Functions

Link copied to clipboard
public abstract Unit onFirstFrameCaptured()

Notify the listener that the first frame has been captured.

Link copied to clipboard
public abstract Unit onProcessingError(SenseCryptSdkException exception)

Notify the listener that an error occurred during processing.

Link copied to clipboard
public abstract Unit onProcessingResultAvailable(ActiveFaceCaptureProcessingResult result)

Update the processing result.