[android-developers] Camera.takePicture and problem with Exif information

2009-06-18 Thread gard
Hi all, I am trying to get the Exif information into my JPEG picture. I have searched this forum but I havent found a post that solves this problem and there doesnt seem to be a lot of information about it. I am saving the image in the JpegPictureCallback on onPictureTaken after instantiating th

[android-developers] Camera.takePicture and problem with Exif information

2009-06-18 Thread gard
Hi all, I am trying to get the Exif information into my JPEG picture. I have searched this forum but I havent found a post that solves this problem and there doesnt seem to be a lot of information about it. I am saving the image in the JpegPictureCallback on onPictureTaken after instantiating th

[android-developers] Camera.takePicture()

2008-10-21 Thread steve1
I'm probably missing something obvious, so I apologize if this is a dumb question. Once I've registered callbacks using Camera.takePicture(), what does my application need to do to have those callbacks called? As near as I've been able to tell, the callback is executed during a camera preview, o