Skip to content

[camera] Add ImageAnalysis use case to CameraX plugin #113792

@camsim99

Description

@camsim99

Overview

In the CameraX library, the ImageAnalysis class is used to provide your app with a CPU-accessible image on which you can perform various analyses. This class will need to be wrapped in the CameraX plugin in order to allow for image streaming and pausing/resuming a camera preview.

Requirements

The following is a running list of the subclasses and methods required for adding the ImageAnalysis class to the CameraX plugin.

Subclasses

ImageAnalysis.Analyzer
  • abstract void analyze(ImageProxy image)

Instance Methods

  • void setAnalyzer(...)

Metadata

Metadata

Assignees

Labels

P2Important issues not at the top of the work listc: new featureNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to Flutterp: cameraThe camera pluginpackageflutter/packages repository. See also p: labels.platform-androidAndroid applications specifically

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions