0

basic question - Does Sony smarteyeglass support face recognition API through the camera (native or 3rd party)?

Thanks

Krypton
  • 233
  • 1
  • 3
  • 8

1 Answers1

0

The SmartEyeglass SDK is a regular android app so it supports everything that native android supports. If you wanted to implement a face recognition sample you can start with the "SampleCameraExtension" sample and grab the JPEG stream from the glasses and run a face recognition API on each image returned.

pg316
  • 1,380
  • 1
  • 8
  • 7