Reza Raquib
Forum Enthusiast
Using RF lens it shows the distance scale, but is it recorded somewhere? I could not find the information in DPP exif viewer.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If you use Lightroom, you might find it in the XMP, that is if XMPs are written.Using RF lens it shows the distance scale, but is it recorded somewhere? I could not find the information in DPP exif viewer.
Exiftool shows much more information. Some information present in the CR3 file is not present in a JPG file. Editing software may remove more exif data.Using RF lens it shows the distance scale, but is it recorded somewhere? I could not find the information in DPP exif viewer.
That is informative.Exiftool shows much more information. Some information present in the CR3 file is not present in a JPG file. Editing software may remove more exif data.Using RF lens it shows the distance scale, but is it recorded somewhere? I could not find the information in DPP exif viewer.
I hope this helps.
exiftool IMG_5158.CR3 | egrep -i dista
Focus Distance Upper : 555.79 m
Focus Distance Lower : 81.91 m
Hyperfocal Distance : 1157.95 m
Actually I am not sure that is telling us anything about the focussing distance in the image.That is informative.Exiftool shows much more information. Some information present in the CR3 file is not present in a JPG file. Editing software may remove more exif data.Using RF lens it shows the distance scale, but is it recorded somewhere? I could not find the information in DPP exif viewer.
I hope this helps.
exiftool IMG_5158.CR3 | egrep -i dista
Focus Distance Upper : 555.79 m
Focus Distance Lower : 81.91 m
Hyperfocal Distance : 1157.95 m
Does this apply to all lenses and cameras or just to the most modern?
Short answer is no, Canon's out of camera JPEGs for recent models don't appear to have the 'sometimes used' "Subject Distance" Exif Tag (ID: 0x9206).Using RF lens it shows the distance scale, but is it recorded somewhere? I could not find the information in DPP exif viewer.




This is from a Canon file. If the lens has electronics and auto focus these values are there. For a manual only lens with no electronics, these distances do not have useful values. Which fields are present in exif data vary from camera to camera.That is informative.Exiftool shows much more information. Some information present in the CR3 file is not present in a JPG file. Editing software may remove more exif data.Using RF lens it shows the distance scale, but is it recorded somewhere? I could not find the information in DPP exif viewer.
I hope this helps.
exiftool IMG_5158.CR3 | egrep -i dista
Focus Distance Upper : 555.79 m
Focus Distance Lower : 81.91 m
Hyperfocal Distance : 1157.95 m
Does this apply to all lenses and cameras or just to the most modern?
The JPGs tested was actually not 100% untouched. I had used Adobe Bridge to add keywords. Seems Bridge in that process has does something to make the focus distance readable with xIFr.These are processed from RAW format. But I was shooting RAW+JPG on some of them, and I can also see the distance information in the original JPGs.
DPP has 'shooting distance information', that varies from picture to picture, but with no detailShort answer is no, Canon's out of camera JPEGs for recent models don't appear to have the 'sometimes used' "Subject Distance" Exif Tag (ID: 0x9206).Using RF lens it shows the distance scale, but is it recorded somewhere? I could not find the information in DPP exif viewer.
The longer answer for Canon files, is that there is some focus distance related data recorded in MakerNotes that you may be able to access depending on which software you use.
For example, Adobe software seem to read these and then add an Exif tag called "ApproximateFocusDistance". Better than nothing but I wouldn't rely on it for accuracy.
Example using ExifTool with DPR sample :
OOC JPEG (No approximate distance):
Adobe version JPEG from raw:
Note how in this case saving the JPEG lost the MakerNotes. That's either because it was an early version of Adobe support for the R5 or because of Carey's settings. Checking the raw shows the MakerNotes were there:
In most galleries these MakerNotes are preserved by Adobe:
I'm not aware of how adobe make the guess between the upper and lower limits, it might be a formula, or perhaps there is additional MakerNote data about the AF system (like there is in µ43 files) that isn't widely known yet.
It’s known that FocusDistanceUpper and FocusDistanceLower are in the Canon MakerNotes, but it’s not (widely) know what Adobe do to create the ApproximateFocusDistance.The JPGs tested was actually not 100% untouched. I had used Adobe Bridge to add keywords. Seems Bridge in that process has does something to make the focus distance readable with xIFr.These are processed from RAW format. But I was shooting RAW+JPG on some of them, and I can also see the distance information in the original JPGs.
I just tried an JPG straight out of camera (shot with the EF70-300L), and xIFr is unable to see the distance information. But it must be somewhere in there in proprietary Canon format maybe?