-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterp: cameraThe camera pluginThe camera pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.r: duplicateIssue is closed as a duplicate of an existing issueIssue is closed as a duplicate of an existing issue
Description
this would allow to easily allow freeze the frame when we takePickture()
currently it's impossible to seamlessly show taken image, because the image buffer is not exposed, and if it would be exposed, i doubt there would be a way to seamlessly display it in Image.memory, because it anyway will take some time to process and will show black frame a few vsync frames, which should be addressed by #75750, i guess
blockers
- add freeze parameter to Texture and TextureBox #75737
- [camera] Migrate the camera plugin to nnbd #75228 - as camera that's not migrated to nnbd yet can't depened on camera_platform_interface that's already migrated
see also
flutter/plugins#3531 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterp: cameraThe camera pluginThe camera pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.r: duplicateIssue is closed as a duplicate of an existing issueIssue is closed as a duplicate of an existing issue