Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firmware Versions, Canon 7D (or - strangeness recovering certain data) #257

Open
phut opened this issue Apr 18, 2024 · 2 comments
Open

Firmware Versions, Canon 7D (or - strangeness recovering certain data) #257

phut opened this issue Apr 18, 2024 · 2 comments

Comments

@phut
Copy link

phut commented Apr 18, 2024

Processing old photos from an obsolete canon 7D in exiftool gives warnings:

Warning: Unrecognized CameraInfo7D firmware version

because:

CanonFirmwareVersion : Firmware Version 2.0.3

Latest version from Canon Website is 2.0.6.

From the available data I have, all photos having 1.x.x firmware are not flagged.
Firmware 2.x.x adds some useful functionality over 1.x.x

I don't know how many other intermediate 2.x.x minor version numbers were previously available.

@phut
Copy link
Author

phut commented Apr 18, 2024

With further testing*, I am no longer sure the warning and tag CanonFirmwareVersion are linked.

  • I used exiftool to copy a version number string from a "working" file to one that was producing warnings, and used exiftool again to make sure that it had applied correctly. The file still produces the same warning when scanned with exiftool.

@phut
Copy link
Author

phut commented Apr 18, 2024

Further - Warning message only seems to be issued if (even unrelated) XMP data is called for, and seems to only occur if the XMP data is not available. I'll leave this here for your entertainment but I'd close this one as some hideous edge case.

$ exiftool IMG_7189.jpg -Rating
Rating                          : 0
$ exiftool IMG_7189.jpg -XMP:Rating
Warning: Unrecognized CameraInfo7D firmware version - IMG_7189.jpg
$ exiftool IMG_7189.jpg -XMP:Rating=1
    1 image files updated
$ exiftool IMG_7189.jpg -XMP:Rating
Rating                          : 1

@phut phut changed the title Firmware Versions, Canon 7D (Obsolete) Firmware Versions, Canon 7D (or - strangeness recovering certain data) Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant