Sony SmartEyeGlass and face recognition

125 views Asked by At

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

Thanks

1

There are 1 answers

0
pg316 On

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.