PassiveFaceCaptureSessionListener

PassiveFaceCaptureSessionListener is an interface that listens to the processing result of the passive 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(PassiveFaceCaptureProcessingResult result)

Update the processing result.