Difference between revisions of "Angle of view"

From ScienceZero
Jump to: navigation, search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
d is the dimension of the sensor in the same rotation as you want to know the angle of view (horizontally, vertically or diagonally but any rotation is possible). f is the effective [[focal length]] of the lens.
+
The angle of view is a function of the focal length of the lens and the dimension of the sensor.
 +
 
 +
d is the dimension of the sensor in the same rotation as you want to know the angle of view (horizontally, vertically or diagonally but any rotation is possible). Manufacturers specify their lenses using the diagonal angle of view. f is the effective [[focal length]] of the lens.
 
::<math>\alpha = 2 \arctan \frac {d} {2 f}</math>
 
::<math>\alpha = 2 \arctan \frac {d} {2 f}</math>
  
(Arctan (Inverse Tangent) can be found as atan or tan<sup>-1</sup> on some calculators)
+
Arctan (Inverse Tangent) can be found as atan or tan<sup>-1</sup> on some calculators.
  
  
As an example we calculate the field of view for a 30 mm lens on a Canon D20 that has a horizontal sensor dimesnion of 22.5 mm.
+
As an example we calculate the field of view of a 30 mm lens on a Canon 20D that has a horizontal sensor dimension of 22.5 mm.
 
::<math>\alpha = 2 \arctan \frac {22.5} {2 \times 30}</math>
 
::<math>\alpha = 2 \arctan \frac {22.5} {2 \times 30}</math>
That gives us a an angle of view of 41.1°
+
That gives us a horizontal angle of view of 41.1°
 +
 
 +
 
 +
*If the result is impossibly small you probably got the result in radians and need to multiply by (180/PI) = 57.296 to get the result in degrees.
 +
 
 +
 
 
[[Category:Photography]]
 
[[Category:Photography]]

Latest revision as of 14:23, 14 October 2010

The angle of view is a function of the focal length of the lens and the dimension of the sensor.

d is the dimension of the sensor in the same rotation as you want to know the angle of view (horizontally, vertically or diagonally but any rotation is possible). Manufacturers specify their lenses using the diagonal angle of view. f is the effective focal length of the lens.

<math>\alpha = 2 \arctan \frac {d} {2 f}</math>

Arctan (Inverse Tangent) can be found as atan or tan-1 on some calculators.


As an example we calculate the field of view of a 30 mm lens on a Canon 20D that has a horizontal sensor dimension of 22.5 mm.

<math>\alpha = 2 \arctan \frac {22.5} {2 \times 30}</math>

That gives us a horizontal angle of view of 41.1°


  • If the result is impossibly small you probably got the result in radians and need to multiply by (180/PI) = 57.296 to get the result in degrees.