exifr
exifr copied to clipboard
Missing some tag data
If you go to https://mutiny.cz/exifr/
and import this photo:
You will find this output:
The 2 tags that I wanted out of this photo are "LensModel" (tag: 42036
) and "SerialNumber" (tag: 42033
). I have the "translateKeys" option on, but the aforementioned tags are not properly translated even though the tags are there. When I run this photo in my personal code this results in neither of these tags coming through.
This is what my call to Exifr looks like: let exif = await exifr.parse(file, { pick: ['LensModel', 'SerialNumber'] });
Thank you for your time!
same with you