For photos taken in Pano mode (which can vary up to 180 degrees depending on when you press stop) I want to load them into a pano viewer app.
But, there isn't anything in the EXIF data that can tell you the real field of view that the photo takes. The only differences between photos I take are the native resolution. But presumably that can change between devices.
Approx 180 Approx 90
---------- ---------
Exif Image Width 10800 4176
Exif Image Height 2332 2462
Apparently Android writes XML meta data into their JPEGS:
http://atterer.org/tech/android-exif-tags-xmp-pano-panorama-exiftool
Any help appreciated!