this is the problem
Msgbox(exif.getAttribute(exif.TAG_ORIENTATION),"teste")
this is = 6 on galaxy s3 and another galaxy (samsung
devices)
i can take photos in horizontal or vertical and the result is 6 ever only 6
how i can rotate the image if i dont know the correct current rotation?
look this image
i have take a picture in vertical, i get rotated photo
the Msgbox(exif.getAttribute(exif.TAG_ORIENTATION),"teste") of this photo is = 6
if i take on horizontal i get another rotation etc.
i m crazy man, how to make this correct?
can u show a sample pls how to take photos, if have not correct orientation set the correct?
i m really dont understand this bug on s3 device
for example, i made now if Msgbox(exif.getAttribute(exif.TAG_ORIENTATION),"teste") = 6 then rotate 90° and this works, but if i take a photo on horizontal (landscape) i get rotated photo again ¬¬