[Digikam-devel] [Bug 250081] New: lens-autocorrection does not recognize the lens automaticly for Canon EOS 450D
hipescho at t-online.de
hipescho at t-online.de
Fri Sep 3 20:58:13 BST 2010
https://bugs.kde.org/show_bug.cgi?id=250081
Summary: lens-autocorrection does not recognize the lens
automaticly for Canon EOS 450D
Product: digikam
Version: 1.5.0
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: digikam-devel at kde.org
ReportedBy: hipescho at t-online.de
Version: 1.5.0 (using KDE 4.5.0)
OS: Linux
For Canon-SLRs the "Lens"-Tag is used to autodetect lenses. This does not
succeed. Using the "LensType" tag run great for my lenses and me.
Reproducible: Always
Patch to fix this:
Index: libs/dmetadata/dmetadata.cpp
===================================================================
--- libs/dmetadata/dmetadata.cpp (Revision 1170686)
+++ libs/dmetadata/dmetadata.cpp (Arbeitskopie)
@@ -964,7 +964,7 @@
// In first, try to get Lens information from makernotes.
- lensExifTags.append("Exif.CanonCs.Lens"); // Canon Cameras
Makernote.
+ lensExifTags.append("Exif.CanonCs.LensType"); // Canon Cameras
Makernote.
lensExifTags.append("Exif.Canon.0x0095"); // Alternative Canon
Cameras Makernote.
lensExifTags.append("Exif.NikonLd1.LensIDNumber"); // Nikon Cameras
Makernote.
lensExifTags.append("Exif.NikonLd2.LensIDNumber"); // Nikon Cameras
Makernote.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list