Skip to content

[camera] Add CameraControl class to CameraX plugin #115847

@camsim99

Description

@camsim99

Overview

In the CameraX library, the CameraControl class provides various operations like zoom and focus and metering that affect output to all UseCases bound to the camera. Thus, this class is essential to exposing those features to users.

Requirements

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

  • ListenableFuture<Void> enableTorch(boolean torch)
  • ListenableFuture<Void> setZoomRatio(float ratio)

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 specificallyteam-androidOwned by Android platform teamtriaged-androidTriaged by Android platform team

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions