googlesamples / android-vision

Deprecated: The Mobile Vision API is now a part of ML Kit: Check out this repo:
https://github.com/firebase/quickstart-android/tree/master/mlkit
Apache License 2.0
2.92k stars 1.73k forks source link

Andorid vision library detector.isOperational() = false always. #306

Open ambareeshb opened 6 years ago

ambareeshb commented 6 years ago

My device is Samsung, SM-T561.

I am running sample for face tracker from Official Sample

Play service version is 'com.google.android.gms:play-services-vision:9.4.0+'

LogCat: 01-15 00:53:00.560 5022-5067/com.google.android.gms.samples.vision.face.facetracker I/Vision: Loading library libmobile_vision_face.so 01-15 00:53:00.570 5022-5067/com.google.android.gms.samples.vision.face.facetracker I/Vision: libmobile_vision_face.so library load status: false

So my doubt is regarding the issue: Issue 98 Does this issue is still open?

qburst-ambareeshb commented 6 years ago
... ...

The documentation says if we use any of the API's detector.isOperational(), gms will install necessary libraries.

But in some devices the manifest meta data is a must requirement for the download to happen.

Happy coding :)