firebase_ml_vision supports FirebaseVisionImage.fromBytes() without FirebaseVisionImageMetadata #3706
Unanswered
thanhbinh84
asked this question in
Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Use case
Given an
Uint8List
photo, we have to store to a local file in order to convertFirebaseVisionImage
There is a
FirebaseVisionImage.fromBytes()
function, but it perhaps is forCameraImage
only, with the normal photo such retrieving from the Internet, we have to store to a file and then useFirebaseVisionImage.fromFile()
that wastes an additional step and space.Proposal
Update this function
With FirebaseVisionImageMetadata is optional
Beta Was this translation helpful? Give feedback.
All reactions