Field of View Calculator
Field of view (FOV) is the angular extent of the observable world that a camera or optical instrument can capture at any given moment. In photography, it depends on two primary factors: the focal length of the lens and the size of the camera sensor (or film format). A shorter focal length yields a wider FOV, while a larger sensor also increases FOV for a given focal length.
FOV determines how much of a scene fits into the frame, influencing perspective, composition, and depth of field. It's crucial for choosing the right lens for a shot, planning panoramic sequences, designing surveillance systems, and simulating human vision in virtual environments.
Key FOV concepts:
- Focal length (f): Distance from lens to sensor when focused at infinity (mm)
- Sensor size: Physical dimensions of the sensor (width, height, diagonal)
- Crop factor: Ratio of 35mm full-frame diagonal to sensor diagonal (multiplier for equivalent focal length)
- Angle of view: θ = 2 arctan( d / (2f) ), where d is sensor dimension
- Field of view at a distance: Width of scene = 2 × distance × tan(θ/2)
This calculator solves for any parameter in the FOV equation given the others:
- Calculate FOV: Enter focal length and sensor width → get horizontal FOV (plus vertical and diagonal using aspect ratio).
- Calculate Focal Length: Enter FOV and sensor width → get required focal length.
- Calculate Distance: Enter FOV, subject width, and sensor width → get distance needed to frame subject.
The calculator provides:
- Complete FOV parameters: Horizontal, vertical, and diagonal angles
- Multiple unit support: mm, cm, m for dimensions; degrees or radians for angles
- Sensor presets: Common sensor sizes for quick selection
- Practical interpretation: Explanation of the result in photographic terms
Typical horizontal FOV for full-frame camera (36mm sensor width):
| Lens Type | Focal Length | Horizontal FOV | Common Use |
|---|---|---|---|
| Ultra-wide | 14 mm | 104° | Landscape, architecture |
| Wide-angle | 24 mm | 74° | Street, interior |
| Standard | 35 mm | 54° | Documentary, general |
| Normal | 50 mm | 40° | Portrait, everyday |
| Short telephoto | 85 mm | 24° | Portrait, headshots |
| Telephoto | 200 mm | 10° | Sports, wildlife |
| Super-telephoto | 400 mm | 5.1° | Birding, astro |
Ultra-wide (θ > 80°): Dramatic perspective, exaggerates distances
Wide (60°-80°): Good for landscapes, group shots
Normal (40°-60°): Similar to human eye perspective
Short tele (20°-40°): Flattering portraits, isolates subject
Telephoto (<20°): Compresses perspective, distant subjects
Below are answers to frequently asked questions about field of view:
If aspect ratio is known (e.g., 3:2 for full frame), vertical FOV = 2 arctan( (sensor height) / (2f) ). Diagonal FOV = 2 arctan( (diagonal) / (2f) ).
For full frame (36×24 mm, diagonal ≈ 43.3 mm), f = 50 mm:
Horizontal θ_h = 2 arctan(36/(2×50)) = 2 arctan(0.36) ≈ 39.6°
Vertical θ_v = 2 arctan(24/(100)) = 2 arctan(0.24) ≈ 27.0°
Diagonal θ_d = 2 arctan(43.3/100) = 2 arctan(0.433) ≈ 46.8°
Crop factor (CF) is the ratio of full-frame diagonal to sensor diagonal. Equivalent focal length on full-frame = actual focal length × CF.
Example: APS-C crop factor ≈ 1.5×. A 50mm lens on APS-C gives same FOV as 75mm on full-frame.
FOV with crop: θ = 2 arctan( (sensor_width_aps_c) / (2×50) ). Since sensor width is smaller, FOV is narrower.
Decide on desired framing: For a subject of width S at distance D, required focal length f = (sensor_width × D) / S. Alternatively, desired FOV gives similar calculation.
| Scenario | Subject width | Distance | Sensor (full frame) | Required f |
|---|---|---|---|---|
| Full body portrait | 2 m | 5 m | 36 mm | 36×5/2 = 90 mm |
| Group photo | 5 m | 8 m | 36 mm | 36×8/5 ≈ 58 mm |
| Wildlife | 1 m | 50 m | 36 mm | 36×50/1 = 1800 mm (impractical, need crop) |
From FOV: scene width = 2 × distance × tan(θ/2). Alternatively, using similar triangles: width = (sensor_width / focal_length) × distance.
Example: 50mm lens on full frame, distance 10m:
scene width = (36/50) × 10 = 7.2 m.
Often used interchangeably, but strictly:
- Angle of view: The angular extent of the scene captured (what this calculator computes).
- Field of view: The linear extent (e.g., width of scene in meters at a given distance).
This calculator focuses on angle of view, but also provides the relationship to linear FOV via distance.
Real lenses often have distortion (barrel/pincushion) that slightly alters effective focal length across the frame. The simple formula assumes a perfect rectilinear lens. For fisheye lenses, different projections (equidistant, equisolid) are used. For critical work, use measured data.