Bug #818
Wrong tag value for Nikon D50 / Vibration Reduction
100%
Description
http://szal.electric-trick.org/albums/userpics/10001/DSC_2292_tar.gz
The camera and lens don't have vibration reduction.
exiv2 -p t 20120324_2292-680p.jpg | grep -i vibr
Exif.NikonSi02xx.VibrationReduction Byte 1 On (2)
Exif.NikonSi02xx.VibrationReduction1 Byte 1 (51)
Exif.NikonSi02xx.VibrationReduction2 Byte 1 n/a
exiv2 -p h 20120324_2292-680p.jpg | grep -i vibr
0x0075 NikonSi02xx VibrationReduction Byte 1 1
0x0082 NikonSi02xx VibrationReduction1 Byte 1 1
0x01ae NikonSi02xx VibrationReduction2 Byte 1 1
exiftool -H -a -u -g1 DSC_2292.NEF | grep -i vibr
0x01ae Vibration Reduction : n/a
Tested in exiv2-0.21.1 and exiftool-8.65
Files
History
Updated by Robin Mills over 6 years ago
- Status changed from New to Resolved
- Assignee set to Robin Mills
- Target version set to 0.25
I don't see a problem here. Exiv2 is correctly displaying the metadata in the the file:
585 rmills@rmillsmbp:~/gnu/exiv2/trunk $ exiv2 -pa -g Vibration ~/Downloads/DSC_2292.NEF Exif.NikonSi02xx.VibrationReduction Byte 1 On (2) Exif.NikonSi02xx.VibrationReduction1 Byte 1 (51) Exif.NikonSi02xx.VibrationReduction2 Byte 1 n/a 586 rmills@rmillsmbp:~/gnu/exiv2/trunk $ exiftool ~/Downloads/DSC_2292.NEF | grep -i vib Vibration Reduction : n/a 587 rmills@rmillsmbp:~/gnu/exiv2/trunk $That exiftool seems "sanitises" the output and only reports n/a is a feature of exiftool and not a bug in Exiv2.