i cant use, because ezcamera take pictures and save this rotated
same of camera intent with
i.PutExtra("output", ParseUri("file://" & File.Combine(Directory, PictureName)))
can u test, take a photo with galaxy s3 u go see what i say
you take a photo and when you go load this photo this is no correct, is up or down or left or right =(
using
Sub img1_Click
Dim i As Intent
i.Initialize("android.media.action.IMAGE_CAPTURE", "")
StartActivity(i)
End Sub
this it save a photo on the galery, perfect not rotated and no EXIF problem (not rotated)
its possible get the path where camera itent is saved the photo?
with this code i take a photo, back to my app and open chosercontent and i see the photo
but i need
later u take a photo , dont need open chosecontent
when u take a photo you get the path of the camera intent
and load this photo on a imageviiew