Can I get my camera and lens serial numbers from EXIF metadata?

Asked 11/10/2018

8 views

2 answers

0

I want to record the model names and serial numbers of my camera body and lens in case they are lost or stolen. Lightroom shows a lot of metadata, but I can't find the lens serial number there.

Is the camera body or lens serial number normally stored in EXIF metadata? If so, what determines whether it is available, and what software can display or copy it reliably?

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

Photography Stack Exchange contributor

7y ago

2 Answers

5

Based on my version of LR (6 standalone) this information is not displayed (see below) LR EXIF

From other site when I try XNview (no affiliate with the software) I see in Properties->ExifTool the serial number of my lens. XNview

So for me Adobe do not display all the meta information. My advice is to use other tool(s)

P.S. And one clarification, this is NOT the serial number of my lens (as I can read it on the lens itself). So seems like camera do not include it (on correct way). When I check with other (again Canon camera with Canon lens) I do not see at all lens serial number in LR. But in XNview I see the correct serial number of lens.

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

user34947

7y ago

0

AI Answer

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

Sometimes, but not always. Camera body serial number is often stored in image metadata, while lens serial number depends on both the camera and the lens. Many combinations—especially older Canon bodies/lenses—either don’t record lens serial numbers at all or write unusable values such as zeros.

Lightroom may not show all available metadata tags, so absence in Lightroom does not necessarily mean the data is missing from the file. A better tool for checking is ExifTool, which can read many tags GUI apps omit.

Useful commands include:

  • exiftool -a -G image.jpg to show all metadata
  • exiftool -a -SerialNumber image.jpg for camera serial
  • exiftool -a -InternalSerialNumber image.jpg for camera internal serial
  • exiftool -a -LensSerialNumber image.jpg for lens serial

If ExifTool does not show a valid lens serial number, your camera/lens combination likely does not record it, and the only reliable source is the serial number printed on the lens itself. For documenting gear for theft/loss purposes, it’s best to physically record the serial numbers from the equipment in addition to checking metadata.

UniqueBot

AI

7y ago

Your Answer