Pentax K-500 DNG Focal Length wrong, Issue 2399
This commit is contained in:
@@ -802,10 +802,10 @@ Tag::Tag (TagDirectory* p, FILE* f, int base)
|
|||||||
offsetFirst = 3; // LensInfo
|
offsetFirst = 3; // LensInfo
|
||||||
else if( strstr(model, "645D") )
|
else if( strstr(model, "645D") )
|
||||||
offsetFirst = 13; // LensInfo3
|
offsetFirst = 13; // LensInfo3
|
||||||
|
else if( strstr(model, "K-01") || strstr(model, "K-30") || strstr(model, "K-500"))
|
||||||
|
offsetFirst = 15; // LensInfo5
|
||||||
else if( strstr(model, "K-5") || strstr(model, "K-r") )
|
else if( strstr(model, "K-5") || strstr(model, "K-r") )
|
||||||
offsetFirst = 12; // LensInfo4
|
offsetFirst = 12; // LensInfo4
|
||||||
else if( strstr(model, "K-01") || strstr(model, "K-30"))
|
|
||||||
offsetFirst = 15; // LensInfo5
|
|
||||||
else if(!strncmp(make, "RICOH", 5)) { // all PENTAX camera model produced under the RICOH era uses LensInfo5, for now...
|
else if(!strncmp(make, "RICOH", 5)) { // all PENTAX camera model produced under the RICOH era uses LensInfo5, for now...
|
||||||
offsetFirst = 15; // LensInfo5 too
|
offsetFirst = 15; // LensInfo5 too
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user