onError

abstract fun onError(error: AnalysisError, exception: Exception)

Called when frame analysis has encountered an error.

Parameters

error

Specific analysis error.

exception

Exception which caused the error, with more info.