You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Adds instructions for image streams on Android. (#731)
There's currently several open issues of folks running into this issue. Worth documenting.
Jointly updating example app with the fix, and a random kotlin update that was required for starting the example app.
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,10 @@ For iOS details read [this](https://developers.google.com/ml-kit/migration/ios).
61
61
62
62
Find the example app [here](https://github.com/flutter-ml/google_ml_kit_flutter/tree/master/packages/example).
63
63
64
+
### Consuming image streams on Android
65
+
66
+
Until https://github.com/flutter/flutter/issues/145961 is resolved, the most recent version of the camera package doesn't support the required image formats. To make things work, manually add the legacy plugin via the instructions from https://pub.dev/packages/camera_android.
0 commit comments