Results 24 comments of Yi Zhou

libbarhopper_v2.so is from an old version 16.2.0, can you try the latest SDK version 17.0.2 instead? https://developers.google.com/ml-kit/vision/barcode-scanning/android#before-you-begin

Specifying area is not supported currently, can you try to filter out the result instead that not located in your interested area?

I think adding playstore-dynamic-feature-support is the only required step. https://developers.google.com/ml-kit/tips/reduce-app-size#advanced_move_optional_ml_features_to_dynamic_feature_modules

Thanks for the feedback! Which barcode scanning dependency version you're testing (com.google.mlkit:barcode-scanning:17.0.1 ?)? I tested them locally and the performance looks similar. (resolutions are a little bit different than yours...

Sorry about the late update. We're waiting for a download infrastructure update from Play Services to provide better support for this functionality. We don't have a concrete release date yet...

Sorry about the crashes but it's hard to debug without additional info. Any more detailed crash trace you can get?

Thanks for the feature request. We'll discuss this internally and come up with a plan, so please stay tuned.

Thanks for the request! It's not supported currently and will file internal feature request to track this.

Thanks for bumping this up! Unfortunately not. Will ping here once there's update.

playstore-dynamic-feature-support lib is for on-demand delivery and may not needed for conditional delivery. What if you remove this lib dependency and just use ML Kit in the regular way in...