Search code examples
google-glassgoogle-gdk

Google Glass Camera Autofocus?


I read this article, which claims Google glass can autofocus. However, this code returns false:

getPackageManager().hasSystemFeature(PackageManager.FEATURE_CAMERA_AUTOFOCUS)

I could not find a definite answer on Google Glass Tech specs. Does anyone know for sure if the camera can auto focus? Thanks in advance.


Solution

  • The current Glass camera has a fixed focus, not autofocus. So it would make sense that this returns false.