Can someone try Google VisionAPI FaceTracker and see if it works?
Here's the official page.
All I get when I try running it is a black screen (after fixing one error). I don't get any errors in the logs either.
Can someone try Google VisionAPI FaceTracker and see if it works?
Here's the official page.
All I get when I try running it is a black screen (after fixing one error). I don't get any errors in the logs either.
The sample works for me. Of particular note: you should not need to modify the samples to make them work, they should just work.
As such, I also just ran the Face tracking sample as follows:
git clone https://github.com/googlesamples/android-vision
android-vision/visionSamples/FaceTracker
into Android Studioandroid-vision/visionSamples/FaceTracker
folder./gradlew assemble
Google API
virtual android device with Nexus 5X, setting advanced to a camera when you create the deviceadb install -r ./app/build/outputs/apk/app-debug.apk
App looks like this:
The following could be helpful in diagnosing your issue:
adb logcat
?Googley Eyes was a little trickier from the emulator because it uses the front camera.