analyzeImage

abstract fun analyzeImage(image: ImageProxy)

Analyzes an image to produce a result.

This method is called once for each image from the camera, and called at the frame rate of the camera. Each analyze call is executed sequentially.

Parameters

image

input image to process.

See also