Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 711
display name Avatar asked Dec 25 '13 21:12

display name


1 Answers

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

like image 114
Prisoner Avatar answered Sep 19 '22 11:09

Prisoner