Bug #877
New camera: Canon EOS 6D
0%
Description
Add camera EOS 6D to camera database:
exiv2 -Pkvt IMG_2108.CR2 | grep -i "modelid"
Exif.Canon.ModelID 2147484418 EOS 6D
I added the following line to src/canonmn.cpp and Exif.Canon.ModelID shows correct Modelname.
{ 0x80000302, N_("EOS 6D") },
Files
Associated revisions
History
Updated by Robin Mills almost 9 years ago
- Category set to metadata
- Status changed from New to Assigned
- Assignee set to Robin Mills
- Target version set to 0.24
Markus
Thanks for reporting this (and #876) and finding the fix. I'll look at this on Saturday and submit your change. If you can provide test images (preferably small images) which have this meta-data, I'll add them to our test suite.
Robin
Updated by markus kanet almost 9 years ago
- File IMG_2110_small1.JPG IMG_2110_small1.JPG added
Robin Mills wrote:
Thanks for reporting this (and #876) and finding the fix. I'll look at this on Saturday and submit your change. If you can provide test images (preferably small images) which have this meta-data, I'll add them to our test suite.
Added a resized photo taken with EOS6D and EF35 f/2 IS USM. Should contain full exiv-data.
Issue: #876 and #877. Addition to Canon Maker Notes. Thanks to Markus for the fix.