Bump, I would like to hear a response to this as well. I am developing a camera app using the stock camera and I would like to know how to have the app only store the image in the directory of my choice and NOT the dcim folder.
On Jun 24, 11:39 am, Grig <[email protected]> wrote: > I have followed the instructions and everything is working fine with > the camera. I can kick off the camera and get the Bitmap returned and > do with it what I want. > > Is it possible to retrieve the actual path to the image file that was > taken by the camera? I am seeing that is actually storing the image > under an Image*.jpg file name. > > My application is making a new file from the bitmap, compressing it, > and storing it under my own application directory. > > What I am trying to accomplish is if I delete my application picture, > I want to delete the picture stored by the camera itself. Or pass in > a location where the camera can store the picture once its taken. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

