Conversation
|
Seems like you have a commit that's unrelated to the PR: 20493bd |
58b188f to
5c9166b
Compare
|
Apologies. Cleaned up — the unrelated commit has been removed, the branch now only contains the lensfun alias change. |
No, it does not. This "prettification" must be occuring somewhere else in RapidRaw (or even dnglab/rawler), and it still should use pristine "DC-G9M2" Exif data to query the Lensfun database. (UI presentation of pretty names should be independent of this.) Also note that none of the Panasonic models have these pretty aliases in the Lensfun database (see e.g. bottom camera list here), as opposed to e.g. Canon, Pentax, or Sony... Why, I don't know... But if you do suggest something like this upstream, please do it consistently for all models. |
The Panasonic DC-G9 II reports itself as DC-G9 II in EXIF data (the English marketing name), but the lensfun database only contained the entry DC-G9M2 (the Japanese/internal designation used by Panasonic). With no alias bridging the two, camera body lookup fails entirely and lens correction profiles cannot be applied to images shot with this camera.
This change adds DC-G9 II as an English-language model alias for the existing DC-G9M2 entry, which already has the correct mount (Micro 4/3 System) and crop factor (2). No calibration data has been added or modified.
The fix was verified against a DC-G9 II shooting .rw2 files, rather than just inferred from the EXIF spec.