FrameProcessor

interface FrameProcessor

An interface to process the input camera frame and perform detection on it.

Functions

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

Processes the input frame with the underlying detector.

Link copied to clipboard
abstract fun stop()

Stops the underlying detector and release resources.

Inheritors

Link copied to clipboard