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
This suggests that we're not even attempting to decode the makernote. The code looks at the camera make and model and decides how to decode the makernote. If the make/model are not supported, then the raw bytes of the makernote are left alone, as shown here.
If you want to add support for this makernote, we'll accept a PR and can provide some guidance.
You may find that the excellent Exiftool docs already provide some info on the file format for this particular make/model.
That won't work in the general case. If you want to do that for your images, you can do so in your own code by getting the bytes and converting them to text explicitly.
Exif.zip
it has 5 MakerNote tags, but only the last one is displayed
[Exif SubIFD] Makernote - 65 117 116 111 0
it should display : auto
The text was updated successfully, but these errors were encountered: