Skip to content

[camera] Add PendingRecording class to CameraX plugin #111192

@camsim99

Description

@camsim99

Overview

Part of #111138.

In the CameraX library, the PendingRecording class is used to start a recording and allows for its configuration beforehand. Thus, this class essential to implementing video capture in the CameraX plugin.

Requirements

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

  • Recording start(Executor listenerExecutor, Consumer<VideoRecordEvent> listener)
  • PendingRecording withAudioEnabled()

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