Image Analyzer
constructor(cameraState: CameraState, imageAnalysisBackpressureStrategy: ImageAnalysisBackpressureStrategy, imageAnalysisTargetSize: ImageTargetSize?, imageAnalysisImageQueueDepth: Int, analyzer: ImageAnalysis.Analyzer)
Parameters
image Analysis Backpressure Strategy
the backpressure strategy applied to the image producer
image Analysis Target Size
the intended output size for ImageAnalysis
image Analysis Image Queue Depth
the image queue depth of ImageAnalysis.
analyzer
receive images and perform custom processing.