Wolfram Computation Meets Knowledge

Field of View

The field of view is the portion of the focused subject visible through the camera lens, assuming a rectilinear lens.

The vertical field of view equals the height of the image format divided by the subject magnification factor. The subject magnification factor equals the focal length divided by the subject distance minus the focal length.

Formula

{QuantityVariable[Subscript["V", "v"], "Height"] == QuantityVariable["h", "Height"]/QuantityVariable["M", "Unitless"], QuantityVariable["M", "Unitless"] == QuantityVariable["f", "Length"]/(-QuantityVariable["f", "Length"] + QuantityVariable["s", "Length"])}

symbol description physical quantity
Vv vertical field of view "Height"
h height of image format "Height"
M subject magnification factor "Unitless"
f focal length "Length"
s subject distance "Length"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Field of View"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Field of View"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Field of View"], {QuantityVariable["f","Length"] -> 
   Quantity[50, "Millimeters"], QuantityVariable[
\!\(\*SubscriptBox[\("V"\), \("v"\)]\),"Height"] -> 
   Quantity[4, "Meters"], 
  QuantityVariable["s","Length"] -> Quantity[10, "Meters"]}]
Out[3]=

Publisher Information