[camera] Add Preview related methods to CameraX Plugin #112658
Labels
c: new feature
Nothing broken; request for a new capability
c: proposal
A detailed proposal for a change to Flutter
p: camera
The camera plugin
P2
Important issues not at the top of the work list
package
flutter/packages repository. See also p: labels.
platform-android
Android applications specifically
One primary use case of the
camera
plugin is to present a preview of the shot the camera will take.The following is the list of methods in the Flutter camera plugin API that will need to be implemented to enable this use case and match the behavior of the
camera_android
plugin:pausePreview()
resumePreview()
startPreviewWithImageStream()
startPreview()
The text was updated successfully, but these errors were encountered: