Exposure Value
Exposure value is a number that represents a combination of a camera's shutter speed and f-number, such that all combinations that yield the same exposure have the same exposure value (for any fixed scene luminance).
Exposure value is proportional to the logarithm of the f-number squared divided by the shutter speed/exposure time.
Formula
![Copy to Clipboard QuantityVariable["EV", "Unitless"] == Log[(Quantity[1, "Seconds"]*QuantityVariable["N", "Unitless"]^2)/QuantityVariable["t", "Time"]]/Log[2]](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/08b/08bf6064-efa4-4668-853c-d4c2b45df33a/Webpage/FormulaImage.png)
| symbol | description | physical quantity |
|---|---|---|
| EV | exposure value | "Unitless" |
| N | fnumber | "Unitless" |
| t | shutter speed (exposure time) | "Time" |
Forms
Examples
Get the resource:
| In[1]:= |
| Out[1]= | ![]() |
Get the formula:
| In[2]:= |
| Out[2]= | ![]() |
Use some values:
| In[3]:= |
| Out[3]= |

