ImageAnalyzer
constructor(controller: CameraController, imageAnalysisBackpressureStrategy: ImageAnalysisBackpressureStrategy = find(controller.imageAnalysisBackpressureStrategy), resolutionSelector: ResolutionSelector? = null, imageAnalysisImageQueueDepth: Int = controller.imageAnalysisImageQueueDepth, analyzer: ImageAnalysis.Analyzer)
Parameters
imageAnalysisBackpressureStrategy
the backpressure strategy applied to the image producer
resolutionSelector
the intended resolution for ImageAnalysis
imageAnalysisImageQueueDepth
the image queue depth of ImageAnalysis.
analyzer
receive images and perform custom processing.