Namkun
Namkun

Reputation: 37

How can I use FaceDetectionAPI without google play Service in android AOSP?

I am currently developing Face Detection Application in an Android marshmallow AOSP without Gapps. But I can't use Google Vision api without Google Play service. So, is there any way to use Google Vision api without Google Play Services? Or, I'll thank you if you let me know another good api!

Upvotes: 0

Views: 447

Answers (3)

Andy_Young_Dev
Andy_Young_Dev

Reputation: 1

Depending on your use case, here are some alternatives to Google Vision API.

  1. Microsoft Computer Vision probably comes the closest in terms of endpoints functionality.

If you're looking for positional data on detected faces, try Lambda or Animetrics.

Upvotes: 0

MihaiBC
MihaiBC

Reputation: 502

You can't use it without Gooogle Services.

Maybe this can help you.

Upvotes: 0

Related Questions