I'm trying to obtain the horizontal field of view of google glass camera. The getHorizontalViewAngle() function of Camera.Parameters return the value 54.8°, But by manual measurement I got the value of about 74°. (The way I measure is by placing the camera in a center of circle with degrees marks, where the right side of the image shows 0°. The left size of the image shows 74°.) Any ideas?
Asked
Active
Viewed 135 times
0
-
Out of curiosity, what value do you get from getVerticalViewAngle()? – Matt Gibson Nov 12 '14 at 13:39
-
getVerticalViewAngle() gives 42.5°. But I didn't check the value manually – nel Nov 12 '14 at 14:55
-
1Please file a bug in our public [issues tracker](https://code.google.com/p/google-glass-api/issues/list). – Alain Nov 12 '14 at 16:58
-
^^ Did that, I'll update here – nel Nov 16 '14 at 08:48