Hello,
In the first and recent example, why does LensType3 report as Sigma 85mm when LensSpec is 90mm? Can the correct Metabones info be kept?
$ exiftool -s -G1 "-lens*" _DSC10622_original.ARW
[Sony] LensType : E-Mount, T-Mount, Other Lens or no lens
[Sony] LensSpec : 90mm F2.8
[Sony] LensZoomPosition : 0%
[Sony] LensMount2 : E-mount
[Sony] LensType3 : Sigma 85mm F1.4 DG HSM | A (+ Metabones Ver.50)
[Sony] LensE-mountVersion : 1.08
[Sony] LensFirmwareVersion : Ver.57
[Sony] LensMount : E-mount
[Sony] LensFormat : APS-C
[Sony] LensType2 : Sigma 85mm F1.4 DG HSM | A (+ Metabones Ver.50)
[Sony] LensSpecFeatures :
[ExifIFD] LensInfo : 90mm f/2.8
[ExifIFD] LensModel : 90mm F2.8
[Composite] LensID : Sigma 85mm F1.4 DG HSM | A (+ Metabones Ver.50)
I supply full Lens Model info by running:
$ exiftool -P -overwrite_original -LensModel="Canon EOS TS-E 90mm f/2.8" $filename
When modified as above, with the ExifTool version available in March 2017, The Lens* fields are reported via
$ exiftool -s -G1 "-lens*" TS-E90-Flashes_Bounced_Ceiling.ARW
[Sony] LensType : Sony 70-400mm F4-5.6 G SSM (SAL70400G)
[Sony] LensSpec : 90mm F2.8
[Sony] LensZoomPosition : 0%
[Sony] LensMount2 : A-mount (5)
[Sony] LensType3 : Metabones Canon EF Smart Adapter Mark IV
[Sony] LensE-mountVersion : 1.08
[Sony] LensFirmwareVersion : Ver.55
[Sony] LensMount : A-mount
[Sony] LensFormat : Full-frame
[Sony] LensSpecFeatures :
[ExifIFD] LensInfo : 90mm f/2.8
[ExifIFD] LensModel : Canon EOS TS-E 90mm f/2.8
[Composite] LensID : Sony 70-400mm F4-5.6 G SSM (SAL70400G)
The image files are available at:
http://www.mediafire.com/?ppvzc97dzvfiz
GNU/Linux
ExifTool Version 10.64
I get this:
exiftool -ext arw -n -a -G1 -H "-lenstype*" ~/Desktop/
======== /Users/phil/Desktop/_DSC10622_original.ARW
[Sony] 0xb027 Lens Type : 65535
[Sony] 0x0605 Lens Type 2 : 33002
[Sony] 0x0009 Lens Type 3 : 33002
[Sony] 0x0107 Lens Type 2 : 33002
======== /Users/phil/Desktop/TS-E90-Flashes_Bounced_Ceiling.ARW
[Sony] 0xb027 Lens Type : 53
[Sony] 0x0608 Lens Type : 53
[Sony] 0x0009 Lens Type 3 : 234
[Sony] 0x0109 Lens Type : 53
1 directories scanned
2 image files read
In the first image:
LensType 65536 is used by many lenses.
LensType2 33002 indicates a Sigma 85mm F1.4 DG HSM | A with a Metabones adapter (and perhaps other metabones combinations?)
In the second image:
LensType 53 indicates a Sony 70-400mm F4-5.6 G SSM (SAL70400G)
LensType3 234 indicates a Metabones Canon EF Smart Adapter Mark IV
See the Sony Tag Name documentation for a list of known LensType (https://exiftool.org/TagNames/Sony.html#LensType) and LensType2/3 (https://exiftool.org/TagNames/Sony.html#LensType2) values.
- Phil