Fix Sony LensID issue
This commit is contained in:
@@ -276,7 +276,7 @@ void ImageData::extractInfo ()
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
else if (root->findTag("MakerNote")) {
|
if (lens == "Unknown" && root->findTag("MakerNote")) {
|
||||||
rtexif::TagDirectory* mnote = root->findTag("MakerNote")->getDirectory();
|
rtexif::TagDirectory* mnote = root->findTag("MakerNote")->getDirectory();
|
||||||
|
|
||||||
if (mnote && !make.compare (0, 5, "NIKON")) {
|
if (mnote && !make.compare (0, 5, "NIKON")) {
|
||||||
|
Reference in New Issue
Block a user