Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[camerax] Implement startVideoCapturing #127896

Closed
camsim99 opened this issue May 30, 2023 · 1 comment · Fixed by flutter/packages#4815
Closed

[camerax] Implement startVideoCapturing #127896

camsim99 opened this issue May 30, 2023 · 1 comment · Fixed by flutter/packages#4815
Assignees
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 team-android Owned by Android platform team triaged-android Triaged by Android platform team

Comments

@camsim99
Copy link
Contributor

startVideoCapturing is the updated version of startVideoRecording (which has been deprecated) in the Flutter camera API. The camera_android_camerax implementation of the camera plugin must implement this method.

@camsim99 camsim99 added c: new feature Nothing broken; request for a new capability platform-android Android applications specifically p: camera The camera plugin package flutter/packages repository. See also p: labels. c: proposal A detailed proposal for a change to Flutter P2 Important issues not at the top of the work list labels May 30, 2023
@flutter-triage-bot flutter-triage-bot bot added multiteam-retriage-candidate team-android Owned by Android platform team triaged-android Triaged by Android platform team labels Jul 8, 2023
@camsim99 camsim99 moved this from To do to In progress in Android Camera Re-write Aug 29, 2023
@camsim99 camsim99 self-assigned this Aug 29, 2023
auto-submit bot pushed a commit to flutter/packages that referenced this issue Sep 12, 2023
…4815)

Implements `startVideoCapturing` (with the image streaming option, others currently unsupported) and `onVideoRecordedEvent` (empty implementation; same as the other plugins).

Fixes flutter/flutter#126477.
Fixes flutter/flutter#127896.
@camsim99 camsim99 moved this from In progress to Done in Android Camera Re-write Sep 12, 2023
@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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 team-android Owned by Android platform team triaged-android Triaged by Android platform team
Development

Successfully merging a pull request may close this issue.

1 participant