You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while lens model is properly detected, lenstype is not properly set:
exiv2 -pa --grep lens/i 20150718-IMG_7039.CR2
Exif.CanonCs.LensType Short 1 Canon EF 70-200mm f/2.8L IS II USM *OR* Canon EF 70-200mm f/2.8L IS III USM
Exif.CanonCs.Lens Short 3 70.0 - 200.0 mm
Exif.Canon.LensModel Ascii 74 EF70-200mm f/2.8L IS II USM
Exif.CanonLe.LensSerialNumber Byte 5 000041f4cd
Exif.Photo.LensSpecification Rational 4 70-200mm
Exif.Photo.LensModel Ascii 28 EF70-200mm f/2.8L IS II USM
exiv2 -pv --grep lens/i 20150718-IMG_7039.CR2
0x0016 CanonCs LensType Short 1 251
0x0017 CanonCs Lens Short 3 200 70 1
0x0095 Canon LensModel Ascii 74 EF70-200mm f/2.8L IS II USM
0x0000 CanonLe LensSerialNumber Byte 5 0 0 65 244 205
0xa432 Photo LensSpecification Rational 4 70/1 200/1 0/1 0/1
0xa434 Photo LensModel Ascii 28 EF70-200mm f/2.8L IS II USM
In exiv2 0.27.x only the first match was printed. In 0.28.x the Canon detection/dealiasing code was improved, but all matches are printed in the rare case it can not narrow it down.
Describe the bug
while lens model is properly detected, lenstype is not properly set:
To Reproduce
Steps to reproduce the behavior:
file to reproduce: 20150718-IMG_7039.CR2
Expected behavior
exiv 0.27.6 properly identified that lens
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: