-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[camera] Use startVideoCapturing and expose concurrent stream/record #6815
[camera] Use startVideoCapturing and expose concurrent stream/record #6815
Conversation
This uses the new startVideoCapturing implementation, that supports concurrent stream/record.
The checks will pass once a new version of |
It happens automatically once post-submit tests finish running, so normally it would have happened yesterday, but there was some post-submit test flake that we didn't notice. I'm re-running those now. |
I hit some CI snags with autopublish, but I've now published them manually. Sorry for the delay! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Request for secondary review from @stuartmorgan
Looking forward to have this merged, awesome job @adam-harwood ! |
Dude, I am reeeeally looking forward to this feature. Can't wait for this PR to be released. Big thanks for your effort. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, it'll just need a merge from main
. Sorry for the delay on this last piece, I was on vacation for a few weeks and then have still been catching up.
Done, ready for merge I think @stuartmorgan . |
* 6ef1bc1da Roll Flutter from 8c2fdb8 to cc7845e (2 revisions) (flutter/plugins#6983) * 56ab33fd1 [shared_pref]: Bump mockito-inline (flutter/plugins#6976) * e85e0f28f [camera] Allow logical cameras to use all physical cameras via zoom on android 11+ (flutter/plugins#6150) * 11361d010 [camera] Use startVideoCapturing and expose concurrent stream/record (flutter/plugins#6815)
…#118682) * 6ef1bc1da Roll Flutter from 8c2fdb8 to cc7845e (2 revisions) (flutter/plugins#6983) * 56ab33fd1 [shared_pref]: Bump mockito-inline (flutter/plugins#6976) * e85e0f28f [camera] Allow logical cameras to use all physical cameras via zoom on android 11+ (flutter/plugins#6150) * 11361d010 [camera] Use startVideoCapturing and expose concurrent stream/record (flutter/plugins#6815)
…lutter#6815) * Use startVideoCapturing and expose concurrent stream/record This uses the new startVideoCapturing implementation, that supports concurrent stream/record. * Ran dart formatter * retrigger checks * Account for version bump
This uses the new startVideoCapturing implementation, that supports concurrent stream/record.
This is the final piece from #6808.
Closes flutter/flutter#83634
Pre-launch Checklist
dart format
.)[shared_preferences]
pubspec.yaml
with an appropriate new version according to the [pub versioning philosophy], or this PR is [exempt from version changes].CHANGELOG.md
to add a description of the change, [following repository CHANGELOG style].///
).