1

My use-case is to detect faces (from continuous stream of input to google glass) I tried using ML Kit but it seems it requires play store which GGE 2 doesn't have

Referring to this Face Detection using Google Glass Enterprise Edition 2 Has anyone find a solution for it?

2 Answers2

0

There are other options that do not require Play Services such as opencv but I wouldn't suggest doing any heavy work on a wearable device like Glass, I think your best option would be to use a remote service, for example Azure

0

Have you tried ML Kit bundled Face Detection library? i.e. com.google.mlkit:face-detection:16.1.5

The bundled version should not require Google Play services. Only unbundled version requires.

yliu
  • 51
  • 2