java Programming Glossary: exif
reading android jpeg EXIF metadata from picture callback http://stackoverflow.com/questions/12944123/reading-android-jpeg-exif-metadata-from-picture-callback this but welcome any further insight. java android jpeg exif share improve this question The bad news Android Api sadly.. The bad news Android Api sadly won't allow you to read exif data from a Stream only from a File . ExifInterface don't have.. this. You can use this one http www.drewnoakes.com code exif It's Open Source and published under Apache Licence 2. Download..
How to get Latitude and Longitude infromation from picture http://stackoverflow.com/questions/6798508/how-to-get-latitude-and-longitude-infromation-from-picture bundle.getString FILE_PATH_KEY try ExifInterface exif new ExifInterface filepath StringBuilder builder new StringBuilder.. new StringBuilder builder.append Date Time getExifTag exif ExifInterface.TAG_DATETIME n n builder.append Flash getExifTag.. n n builder.append Flash getExifTag exif ExifInterface.TAG_FLASH n builder.append Focal Length getExifTag..
|