FrameProcessorBase

abstract class FrameProcessorBase<T> : FrameProcessor

Abstract base class of FrameProcessor.

Constructors

Link copied to clipboard
fun FrameProcessorBase()

Functions

Link copied to clipboard
open override fun process(data: ByteBuffer, frameMetadata: FrameMetadata, graphicOverlay: GraphicOverlay)

Processes the input frame with the underlying detector.

Link copied to clipboard
open override fun stop()

Stops the underlying detector and release resources.

Inheritors

Link copied to clipboard