Feature #1333
New Lens: Tamron SP 24-70mm F/2.8 Di VC USD G2 (A032)
Start date:
27 Jan 2018
Due date:
% Done:
100%
Estimated time:
1.00 h
Description
Lens: Tamron SP 24-70mm F/2.8 Di VC USD G2
Mount: Nikon F-Mount
Product Page: http://www.tamron-usa.com/product/lenses/a032.html
$ exiv2 -pt DSC_0560.JPG | grep -ai lens
Exif.Nikon3.LensType Byte 1 D G VR Exif.Nikon3.Lens Rational 4 24-70mm F2.8 Exif.Nikon3.LensFStops Undefined 4 5.91667 Exif.NikonLd3.LensIDNumber Byte 1 206 Exif.NikonLd3.LensFStops Byte 1 F5.9
$ exiftool DSC_0560.JPG | grep "Lens ID"
Lens ID Number : 206 Lens ID : Unknown (CE 47 37 5C 25 25 DF 4E)
Files
History
Updated by Robin Mills almost 4 years ago
- Status changed from New to Closed
- Assignee set to Robin Mills
- Target version set to 0.27
- % Done changed from 0 to 100
- Estimated time set to 1.00 h
http://dev.exiv2.org/boards/3/topics/3017
658 rmills@rmillsmbp:~/gnu/github/clanmills/exiv2 $ head -2 ~/.exiv2 [nikon] 206=Tamron SP 24-70mm F/2.8 Di VC USD G2 (A032) 659 rmills@rmillsmbp:~/gnu/github/clanmills/exiv2 $ 659 rmills@rmillsmbp:~/gnu/github/clanmills/exiv2 $ 659 rmills@rmillsmbp:~/gnu/github/clanmills/exiv2 $ exiv2 -pa --grep lens/i ~/Downloads/DSC_0560.JPG Exif.Nikon3.LensType Byte 1 D G VR Exif.Nikon3.Lens Rational 4 24-70mm F2.8 Exif.Nikon3.LensFStops Undefined 4 5.91667 Exif.NikonLd3.LensIDNumber Byte 1 Tamron SP 24-70mm F/2.8 Di VC USD G2 (A032) Exif.NikonLd3.LensFStops Byte 1 F5.9 660 rmills@rmillsmbp:~/gnu/github/clanmills/exiv2 $