The Field of View Calculator calculates angular field of view and scene dimensions at range from sensor size and lens focal length.
Report an issue
Spotted a wrong result, broken field, or typo? Tell us below and we’ll fix it fast.
Field of View Calculator Explained
This tool computes angular field of view and the area covered at a given distance. Angular FOV is the angle a device sees, usually in degrees (°) or radians (rad). Coverage is the real-world width or height that fits in the frame at a distance. The tool supports horizontal, vertical, and diagonal FOV, plus conical FOV for sensors with circular symmetry.
You can start from lens and sensor data or from a known angle. For cameras, you enter focal length and sensor dimensions. The tool then computes FOV using trigonometry. If you already know the FOV, it will compute the scene width or height at a specified distance.
Behind the scenes, the calculator uses consistent units. It treats degrees and radians correctly and applies the constant π ≈ 3.14159 when needed. It also offers small-angle approximations for narrow FOVs, which can speed estimation with minimal loss of accuracy.
Equations Used by the Field of View Calculator
The core relationships come from right-triangle geometry and the thin-lens model. For a rectilinear lens and a flat sensor, angular FOV depends on focal length and the relevant sensor dimension. Coverage at a given distance follows from tangent relationships.
- Horizontal FOV: θ_h = 2·arctan(w / (2f))
- Vertical FOV: θ_v = 2·arctan(h / (2f))
- Diagonal FOV: θ_d = 2·arctan(√(w² + h²) / (2f))
- Coverage width at distance D: W = 2D·tan(θ_h / 2); height H = 2D·tan(θ_v / 2)
- Conical solid angle for half-angle θ: Ω = 2π·(1 − cos θ)
- Degrees to radians: θ_rad = θ_deg·(π / 180); small-angle: tan θ ≈ θ (rad)
Here f is focal length, w and h are sensor width and height, θ is the angle, D is distance, and Ω is solid angle. These equations assume a rectilinear projection and ignore lens distortion. The tool alerts you if inputs imply extreme angles where approximations or tangent growth may affect results.
The Mechanics Behind Field of View
Field of view describes an angular cone emitted from the lens or sensor origin. Intersect that cone with a plane at distance D, and you get a rectangle (for rectangular sensors) or a circle (for circular symmetry). The width and height of that intersection tell you what fits in view. This is why FOV scales with both angle and distance.
- Sensor geometry sets aspect ratio. Width and height angles differ unless the sensor is square.
- Focal length f controls magnification. Longer f yields narrower FOV and tighter coverage.
- Distance D scales coverage linearly. Double D and the frame width doubles.
- Projection matters. Rectilinear lenses keep straight lines straight but stretch edges at wide angles.
- Distortion and fisheye designs break simple arctan formulas and need special models.
Understanding these mechanics helps you pick lenses for a task. If you need to capture a wide storefront from close range, a short focal length helps. For identification detail far away, a longer focal length concentrates pixels on a smaller area. The tool quantifies these choices using standard physics.
Inputs, Assumptions & Parameters
The calculator works in two main modes: geometry-from-lens or coverage-from-angle. You can provide lens and sensor data to compute angles, or enter angles directly to get coverage. Distances, pixel counts, and unit choices round out the inputs.
- Focal length f (mm): The effective focal length of the lens.
- Sensor width w and height h (mm): Imaging area dimensions; diagonal is computed as needed.
- Distance D (m): Range from lens entrance pupil to the subject or plane of interest.
- Known FOV angle θ (deg or rad): Optional, if you already know the horizontal or vertical FOV.
- Image resolution (px): Optional, used to estimate pixels per meter at distance D.
- Projection model: Rectilinear assumed unless a special fisheye approximation is selected.
Typical ranges include f from 1 mm to 2000 mm, w and h from 1 mm to 50 mm, and D from 0.05 m to 10,000 m. Very wide FOVs (near 180°) cause tan(θ/2) to grow rapidly. Extremely narrow FOVs may benefit from the small-angle approximation. The tool flags values that lead to unstable or nonphysical results.
Step-by-Step: Use the Field of View Calculator
Here’s a concise overview before we dive into the key points:
- Choose whether you will start from lens and sensor data or from a known FOV angle.
- Enter focal length f and sensor size w × h, or supply your known angle in degrees or radians.
- Set the distance D from the lens to your subject plane.
- Optionally enter image resolution to estimate pixels per meter at distance D.
- Select your preferred units and verify degree versus radian settings.
- Compute to see horizontal, vertical, and diagonal FOV, plus coverage width and height.
These points provide quick orientation—use them alongside the full explanations in this page.
Example Scenarios
Storefront with a full-frame camera: A 36 mm × 24 mm sensor with a 50 mm lens is 10 m from the facade. Horizontal FOV is θ_h = 2·arctan(36/(2·50)) ≈ 39.6°. Coverage width is W = 2·10·tan(39.6°/2) ≈ 7.2 m. Interpretation: From 10 m, the camera frames about 7.2 m of storefront across. What this means: A 50 mm lens fits a modest facade; use a shorter focal length if you need more width.
Parking lot surveillance with a specified angle: The camera lists a 90° horizontal FOV at 1920 horizontal pixels, placed 15 m from the area of interest. Coverage width is W = 2·15·tan(90°/2) = 30 m. Pixel density is 1920 / 30 ≈ 64 px/m. Interpretation: Each meter spans about 64 pixels, which may be enough for detection but not fine identification. What this means: If you need more detail, narrow the FOV or increase resolution.
Assumptions, Caveats & Edge Cases
The tool assumes a rectilinear projection and a thin-lens model for FOV geometry. This works well for most standard camera lenses and many sensors. Fisheye, anamorphic, and strong barrel or pincushion distortion will deviate from the formulas. The results are geometric and do not include depth of field, blur, or diffraction limits.
- Near 180° FOV, tan(θ/2) rises sharply; small input errors cause large coverage changes.
- At very short distances, the entrance pupil location versus sensor plane may matter.
- Units mismatches (mm vs cm, deg vs rad) are the most common source of wrong answers.
- For curved screens or tilted planes, coverage is not symmetric and needs advanced geometry.
When results look unreasonable, check units first and confirm the projection model. If a lens is marketed as “fisheye,” the angle-to-coverage relation will be different. For rigorous accuracy near extremes, supplement the calculator with manufacturer projection data or ray-tracing tools.
Units and Symbols
Units tie angles to distances and distances to coverage. Mixing millimeters, meters, and degrees is easy to do and easy to fix. Keep track of the constant π and whether an angle is in degrees or radians. The table below lists core symbols, quantities, and typical units used by this tool.
| Symbol | Quantity | Typical units |
|---|---|---|
| f | Focal length | mm |
| w, h | Sensor width, height | mm |
| θ_h, θ_v, θ_d | Horizontal, vertical, diagonal FOV | deg or rad |
| D | Distance to subject plane | m |
| W, H | Coverage width, height at distance D | m |
| Ω | Solid angle | sr |
Use these symbols consistently when checking your work. Convert all distances to a single unit before calculating. When entering angles, note whether the tool expects degrees or radians. If in doubt, use degrees and let the calculator convert internally.
Troubleshooting
If your result looks too large or too small, it is usually a unit mix-up. The second most common issue is supplying sensor size for a different camera format. Occasionally, the problem is an angle entered in radians when degrees were intended.
- Confirm f, w, and h are all in millimeters.
- Verify degrees versus radians before entering θ.
- Check whether sensor dimensions match your camera model.
- Reduce extreme angles if a fisheye lens is involved.
If results still seem off, try a known example from a manufacturer’s spec sheet to validate the workflow. Once the known case matches, adjust one parameter at a time to reach your scenario.
FAQ about Field of View Calculator
What is the difference between horizontal and diagonal FOV?
Horizontal FOV uses sensor width, while diagonal FOV uses the sensor diagonal. Diagonal FOV is always larger because the diagonal is the longest dimension.
Can I use this for fisheye lenses?
You can estimate coverage, but fisheye lenses use non-rectilinear projections, so results will differ. For accurate work, use the lens’s specified projection model.
How does sensor size affect FOV?
For a fixed focal length, a larger sensor increases the field of view. Smaller sensors crop the image circle and reduce FOV.
Do I need to worry about degrees versus radians?
Yes. Trig functions use radians internally. The calculator converts for you, but mismatched entries can produce large errors.
Field of View Terms & Definitions
Field of View (FOV)
The angular extent of a scene visible through a lens or sensor, often specified horizontally, vertically, or diagonally.
Focal Length
The distance from the lens’s principal plane to the image plane when focused at infinity, controlling magnification and FOV.
Sensor Size
The physical width and height of the imaging area, which, together with focal length, determines angular field of view.
Solid Angle
A measure of how large an object appears from a point, expressed in sr; a full sphere is 4π sr.
Rectilinear Projection
A lens mapping that keeps straight lines straight in the image, described well by arctangent-based FOV formulas.
Small-Angle Approximation
An assumption that for small θ in radians, sin θ ≈ θ and tan θ ≈ θ, useful for narrow FOV estimates.
Coverage Width
The real-world horizontal span seen at a given distance, computed from angle and distance using tangent relationships.
Entrance Pupil
The effective aperture location of a lens; for close distances, its position affects precise coverage geometry.
Sources & Further Reading
Here’s a concise overview before we dive into the key points:
- Cambridge in Colour: Understanding Camera Lenses and Field of View
- Charles Poynton: Field of View in Video Systems (PDF)
- University of New Mexico: Field of View and Angular Size
- OpenCV Calibration and 3D Reconstruction (projection models)
- ISO 12233: Spatial resolution and field of view in digital cameras
These points provide quick orientation—use them alongside the full explanations in this page.