onInterimResult

abstract suspend fun onInterimResult(result: InterimResult)

An interim result is available, but the AnalyzerLoop is still processing more data frames. This is useful for displaying a debug window or handling state updates during a scan.

Parameters

result

: the result from the AnalyzerLoop