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
Hi
First of all, thank you so much for this very useful package.
I'm trying to process some RaspberryPi images and accesing some exclusive parameters as the analog gain. As this is not in an ordinary EXIF tag, the capture program (raspistill) stores some specific information in the EXIF MakerNote Tag and it is displayed as such in the EXIF.py utility
Hi
First of all, thank you so much for this very useful package.
I'm trying to process some RaspberryPi images and accesing some exclusive parameters as the analog gain. As this is not in an ordinary EXIF tag, the capture program (raspistill) stores some specific information in the EXIF MakerNote Tag and it is displayed as such in the EXIF.py utility
When trying to acess this tag like this
EXIF MakerNote = [101, 118, 61, 45, 49, 32, 109, 108, 117, 120, 61, 45, 49, 32, 101, 120, 112, 61, 51, 52, ... ]
But it doesn't return the whole bytes array
If you decode these first bytes, you get part of the information that I'm looking for
Is there any way to obtain the whole bytes array content with exifread?
Thank you so much in advance
The text was updated successfully, but these errors were encountered: