I would like to read EXIF data from byte array data output from the camera. I know I can read EXIF data from a file using exifInterface. But this would require me to write t
you can use special libraries. If you just need to read data, then you can use metadata-extractor here is the library ( use Version 2.5.0-RC3, it works for android ), or, if you need to read and update metadata information, you can use Sanselan library.