Closed jywarren closed 9 years ago
Looks like iPhone 4 stores compass heading: http://stackoverflow.com/questions/3930266/what-information-is-stored-in-efix-jpeg-photos-taken-on-the-iphone-with-geotaggi
the EXIF tag is called "GPS Position"
The accelerometer "deltas" seem also to be stored:
http://isc.sans.org/diaryimages/exif.txt
AccelerometerDeltas = "(0.0036 0.0061 0.0133) @ 0.0200";
Some Android/iPhone photo apps store GPS, compass, and tilt data in EXIF.
From email:
Perhaps an app could be found or created which only takes photos if there is not motion or acceleration, so they'd all come out roughly down-facing and clear?