brianmtully / flutter_google_ml_vision

Flutter Plugin for Google ML Kit Vision
BSD 3-Clause "New" or "Revised" License
47 stars 46 forks source link

CameraPreviewScanner different results iOS #5

Closed thegenet closed 3 years ago

thegenet commented 3 years ago

First thanks for your work to implement the standalone ML Kit because the firebase_ml_vision is not working with Flutter 2. I having different results with the example CameraPreviewScanner and PictureScanner. I try changing the ResolutionPreset.high and ResolutionPreset.veryHigh but still the same results.

Results from android 10, device Xiaomi mi 9T : Screen Shot 2021-04-29 at 16 36 11

Result from iOS, device iPhone x with iOS 14:

Screen Shot 2021-04-29 at 16 28 05

nirbar89 commented 3 years ago

Hey @thegenet

let me understand, you use the same frame and get different results on different devices?

thegenet commented 3 years ago

Thats right, is the same frame that I'm using, it is a UPS package label

nirbar89 commented 3 years ago

I think the issue is in the ML-Kit SDK and we don’t have nothing to do with that at this moment.

To confirm Try this: change to firebase_ml_vision Do on device image labelling and see the results.

@brianmtully you can close this: not a library bug.