Hi, Dennis
So, back to our original problem, if we get strange numbers with PM's present settings, what does that mean? That old exif tags are not present? That both new and old exif tags are present? But DPP does not show me those numbers. It still shows me the old familiar numbers (settings).
I am trying hard to understand what has changed with the new build of PM.
Luiz,
The new build (coming shortly) will restore the same behavior for variables like {ss} and {f}. They will continue to display the older Exif tags for Exposure Time and F Number camera settings so nobody will see "funky numbers" anymore.
To handle the newer Exif APEX tags, I've created new variables {tv} and {av} for shutter speed value and aperture value. They will display the APEX values directly (e.g. 1/60 second is approx APEX 6, f/5.6 is approx APEX 5). Additionally, I've added a variable {sv} which is the APEX value for the ISO (e.g. ISO 100 = APEX 5). I've also added a new variable {bv} which is an alternate for {brightness} (which has always been an APEX value).
If a camera writes the {tv} and {av} and {bv} values (Exif 0x9201, 0x9202, 0x9203) then they will be displayed directly. If a camera only writes the older Exif tags for Exposure Time and F Number, then PM will compute the {tv}, {av}, and {bv} APEX values from the camera settings.
The {sv} APEX value will always be computed based on ISO.
Hopefully this will work for everyone.
--dennis