AnalyzerLoopErrorListener

interface AnalyzerLoopErrorListener

Functions

Link copied to clipboard
abstract fun onAnalyzerFailure(t: Throwable): Boolean

A failure occurred during frame analysis. If this returns true, the loop will terminate. If this returns false, the loop will continue to execute on new data.

Link copied to clipboard
abstract fun onResultFailure(t: Throwable): Boolean

A failure occurred while collecting the result of frame analysis. If this returns true, the loop will terminate. If this returns false, the loop will continue to execute on new data.

Inheritors

Link copied to clipboard