Camera Field View Calculator
Estimate horizontal, vertical, and diagonal field of view for any lens and sensor combo, then see how much scene width and height you capture at a given distance.
What is a field view calculator?
A field view calculator (often called a field of view calculator) helps you predict how much of a scene your camera will capture. It uses three key camera specs: focal length, sensor size, and distance to subject. From those values, you can estimate the viewing angle and the real-world width/height visible in your frame.
This is incredibly useful when planning shots for photography, video, surveillance cameras, drone mapping, and live events. Instead of guessing whether your 24mm lens is wide enough, you can run the math in seconds.
How the calculator works
1) Angle of view formulas
The core formula for each axis is:
FOV = 2 × arctan(sensor dimension ÷ (2 × focal length))
- Horizontal FOV uses sensor width
- Vertical FOV uses sensor height
- Diagonal FOV uses sensor diagonal length
Because the arctangent output is in radians in JavaScript, the script converts the value to degrees for easier reading.
2) Real-world coverage at a distance
After angle is known, framing width and height are calculated with:
Frame size = 2 × distance × tan(FOV ÷ 2)
That gives you the approximate scene area captured at your selected distance. This is the number most people care about in practical use.
Why sensor size matters more than people think
Many photographers talk only about focal length, but focal length by itself is incomplete. A 35mm lens on full frame gives a wider composition than the same 35mm lens on APS-C, because the APS-C sensor is physically smaller and crops the image circle.
| Sensor Format | Typical Crop Factor | Effect on Framing |
|---|---|---|
| Full Frame | 1.0x | Baseline field of view |
| APS-C | ~1.5x / 1.6x | Narrower framing (appears zoomed in) |
| Micro Four Thirds | 2.0x | Much narrower framing at same focal length |
Common use cases
Portrait photography
You can quickly test whether your framing at 2 meters includes full body, half body, or head-and-shoulders before the subject arrives.
Real estate and interiors
Use the calculator to verify if a room can be captured corner-to-corner with your available lens, reducing trial-and-error onsite.
Filmmaking and interviews
When matching camera A and camera B, the calculator helps keep consistent shot size across different sensor formats.
Security camera placement
Estimate exactly how wide an entrance or parking lot section is covered at 10m, 20m, or more.
Tips for better accuracy
- Use the real sensor dimensions for your exact camera model when possible.
- Account for in-camera crop modes (4K crop, digital stabilization, etc.).
- Remember focus breathing can alter effective field of view on some lenses.
- Ultra-wide and fisheye lenses may deviate from simple rectilinear assumptions.
- Round your final framing estimate with a safety margin if planning professional shoots.
Quick planning workflow
- Pick your sensor format.
- Enter your lens focal length.
- Input distance from camera to subject plane.
- Check horizontal and vertical coverage.
- Adjust focal length or camera position until framing matches your creative intent.
Final thoughts
A good field view calculator saves time, avoids bad lens choices, and improves confidence on set. Whether you are a beginner learning composition or a pro building shot lists, this small tool gives immediate, practical insight into camera geometry.