hi i m using this code to open the camera and take a picture
its possible to get where the picture is saved?
witout put extra to save the image
when i put extra i have some problems with rotation on s3 s4
i m want only open camera
take a pucture
and later get from intent where this picture is saved.
note: i can see the picture taked in the galery later i take a photo
i think its possible to get the path but i dont have ideia how *-*
i dont want need use
i.PutExtra("output", ParseUri("file://" & File.Combine(Directory, PictureName)))
only get the path saved on camera intent its possible?
B4X:
Sub img1_Click
Dim i As Intent
i.Initialize("android.media.action.IMAGE_CAPTURE", "")
StartActivity(i)
End Sub
its possible to get where the picture is saved?
witout put extra to save the image
when i put extra i have some problems with rotation on s3 s4
i m want only open camera
take a pucture
and later get from intent where this picture is saved.
note: i can see the picture taked in the galery later i take a photo
i think its possible to get the path but i dont have ideia how *-*
i dont want need use
i.PutExtra("output", ParseUri("file://" & File.Combine(Directory, PictureName)))
only get the path saved on camera intent its possible?