detector.isOperational() always false on android

后端 未结 7 596
遇见更好的自我
遇见更好的自我 2021-01-18 08:26

I\'m using the new google plays service: Barcode detector, for this porposue I\'m following this tutorial : https://search-codelabs.appspot.com/cod

7条回答
  •  无人及你
    2021-01-18 09:06

    It looks like the first time barcode detector is used on each device, some download is done by Google Play Services. Here is the link:

    https://developers.google.com/vision/multi-tracker-tutorial

    And this is the excerpt:

    The first time that an app using barcode and/or face APIs is installed on a device, GMS will download a libraries to the device in order to do barcode and face detection. Usually this is done by the installer before the app is run for the first time.

提交回复
热议问题