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.

It is the responsibility of the application to close the image once done with it.

Parameters

image

input image to process.

See also