Page 1 of 1

How to show EXIF "Lens Type" in info overlay?

Posted: Sun Sep 22, 2019 7:51 am
by Ihaveaproblem
Hi!

I am unable to find the correct expression for displaying the name of the lens in the info overlay (I key). The files from my camera (Panasonic Lumix G-81) have an EXIF-Field, that is named "Lens Type" when viewed in the EXIF Side Panel and has a value of (for example) "LEICA DG MACRO-ELMARIT 45/F2.8". I was trying to find out the exact field name that must be used in the F12 settings for this information to display in the info overlay. I tried among several other variations (guessing):

Code: Select all

{Filename With Ext}
{EXIF:Date [d.m.Y H:M]}
f{EXIF:F-Number} {EXIF:Exposure Time}s i{EXIF:ISO Value} {EXIF:Focal Length 35mm}mm
{EXIF:Lens Type}
...but the expression in the last line is not evaluated.

Any help would be much appresciated.

Thanks!
8)
\Nick

Re: How to show EXIF "Lens Type" in info overlay?

Posted: Mon Sep 23, 2019 1:37 pm
by xnview
sorry currently no way

Re: How to show EXIF "Lens Type" in info overlay?

Posted: Wed Aug 05, 2020 7:13 pm
by Cavaler
And still no way to do it? That should not be that difficult, since this information is seen image info under "Makernotes"...

Re: How to show EXIF "Lens Type" in info overlay?

Posted: Wed Mar 19, 2025 7:24 pm
by Fotograf4848
Is there a list of all info that could be shown in overlay? For example I'd like to show the Exposure bias value.

Re: How to show EXIF "Lens Type" in info overlay?

Posted: Thu Mar 20, 2025 8:20 am
by xnview
you have the menu for example in Settings>View>Info

Re: How to show EXIF "Lens Type" in info overlay?

Posted: Thu Mar 20, 2025 11:15 am
by Fotograf4848
I know, I edited it. But there are only a few examples and not the whole possibilities. As mentioned I'm searching for Exposure bias value and some other Exif data to show.

Re: How to show EXIF "Lens Type" in info overlay?

Posted: Thu Mar 20, 2025 12:28 pm
by xnview
Clipboard-1.png
Clipboard-1.png (10.04 KiB) Viewed 264 times

Re: How to show EXIF "Lens Type" in info overlay?

Posted: Thu Mar 20, 2025 12:52 pm
by Fotograf4848
Thanks, {EXIF:Exposure Bias} was the command I needed. Where can I see all the possible commands?