-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[camera_platform_interface] Add support for NV21 image format on android (part 1/3) #7021
Conversation
cc @camsim99 |
Can anyone help me understand how to satisfy this PR check?
I followed the guide where in this case there is already a NEXT entry so I rolled that item into my new changelog item for 2.4.0 but still getting that error. |
@stuartmorgan do you know how to fix the |
This is all set for a review now @bparrishMines -- all CI tasks look to have passed. |
|
Are you working on this bug? |
These 3 PRs fix the issue I linked, correct. |
@acoutts This feature needs to go through the process of updating a federated plugin and get a PR approved that contains the changes for the platform interface and the Android platform implementation https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#changing-federated-plugins And it looks like you already created a PR that contains the changes: #6985 I can reopen that PR if you would like to use that one. |
@bparrishMines i thought I would need 3 separate PRs to do this, because first we have to publish a new version of |
You are correct that the code will need to be submitted in 3 separate PRs. However, we review the changes for each package in a single combined PR. This ensures that the changes made in the implementation packages work with the changes made in the platform interface. See https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#changing-federated-plugins |
I understand now - yes please let's re-open that and we can use that for the review. I'll have to double check the changes and sync things up again but I'll get it cleaned up. |
Marking as draft until #6985 is reviewed. |
This is part 1 of !6985 which adds support for NV21 image streaming on Android. It adds NV21 as an option in
ImageFormatGroup
.This should be merged first because the updates to
camera
andcamera_android
in parts 2/3 both require this change.List which issues are fixed by this PR. You must list at least one issue.
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.///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.