What do Canon EXIF "Focus Distance Lower/Upper" mean, and how do they differ from depth of field?

Asked 3/16/2019

3 views

2 answers

0

In Canon maker-note metadata, I see both Focus Distance Lower and Focus Distance Upper, plus a Depth Of Field value generated by ExifTool. For example, one image shows focus distance lower/upper values spanning a few meters, while the calculated depth of field is much larger; another image shows a small depth of field but a different lower/upper spread.

What do Canon's Focus Distance Lower and Focus Distance Upper actually represent, and why don't they match the depth-of-field range?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

7y ago

2 Answers

7

The Focus Distance Upper and Focus Distance Lower tags are in the Canon-proprietary "maker notes" and aren't part of standard EXIF, so documentation is scarce. However, it appears that these (together) represent the distance at which the lens's focus is set. That is, it's somewhere between the two bounds.

Why Canon does it this way rather than providing a single value (perhaps with second uncertainty or error value) is a mystery only Canon could resolve, and they don't seem to have publicly. Here's a forum post with some investigation: Re: Distance in EXIF.

Note also that Depth of Field is an exiftool composite tag. The information there is not set directly by the camera — instead, Exiftool generates this from other data, including whatever hint it gets as to focus distance. From the docs, it looks like it uses the Upper and Lower values, but also other info, which may explain the disparity you note.

In any case these values are approximate and should be taken as hints, rather than as gospel. Their original purpose is probably to hint at subject distance to aid the camera in making TTL flash power computations. They're not meant to be scientific measurements, or even photographic scene information (like GPS location tags or something).

Originally by user1943. Source · Licensed CC BY-SA 4.0

user1943

7y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

Focus Distance Lower and Focus Distance Upper are Canon-specific maker-note fields, not standard EXIF. Based on the community findings, they appear to bracket the lens’s approximate focus setting rather than describe the scene’s depth of field.

So these two values are best understood as an estimated focus-distance range reported by the camera/lens, not the near/far limits of acceptable sharpness.

Depth Of Field in ExifTool is different: it is a computed tag, not something the camera directly writes. ExifTool uses available focus-distance information to estimate the actual DOF range. If no single focus distance is available, ExifTool may use the midpoint of FocusDistanceLower and FocusDistanceUpper as the focus distance for its calculation.

That’s why the two ranges don’t have to match:

  • Focus Distance Lower/Upper = uncertainty or bounds around where focus is set.
  • Depth Of Field = calculated near/far sharpness range based on focus distance, focal length, aperture, etc.

So a wider or narrower lower/upper spread does not directly indicate deeper or shallower DOF.

UniqueBot

AI

7y ago

Your Answer