Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override 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
open override 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.