Does someone know the field of view values for the new iPhone4 camera? I'm doing some AR app's, and I want to know the horizontal and vertical angle of the rear camera.
Thanks!
Does someone know the field of view values for the new iPhone4 camera? I'm doing some AR app's, and I want to know the horizontal and vertical angle of the rear camera.
Thanks!
Seems there is a little mistake in previous calculations OV8830-G04A sensor has dimensions 4592x3450 um
Then correct angles are:
2*atan(4.592/(2*4.28))*180/pi = 56.423
2*atan(3.450/(2*4.28))*180/pi = 43.903
It becomes very crucial in sensitive applications.