Here is some things need to discuss
- Which format the gyro sensor information need to put into EXIF format?
I wrap the x/y/z float value into a JSON body. e.g, {"x":0.12345678, "y":0.12345678, "z":0.12345678}
- Which EXIF filed?
I can't put the data into the custom tag, so I just use UserComment
- EXIF tag has size limitation, I can only see
41 characters. (I used this library https://pypi.python.org/pypi/ExifRead)
- Photo size, do you want super high resolution? e.g, Samsung S7 will have
3024x4032 output size.
ref : result image file : https://www.dropbox.com/s/nwwvzcoxubatag6/android-exif-test.jpg?dl=0
Here is some things need to discuss
41characters. (I used this library https://pypi.python.org/pypi/ExifRead)3024x4032output size.ref : result image file : https://www.dropbox.com/s/nwwvzcoxubatag6/android-exif-test.jpg?dl=0