Hi,

I'd like to let the user take a picture using the camera, then use it
in my app. Ideally I could use the built-in camera app via an intent
for this. It looks like there's a range of issues with the camera app
though:

  http://code.google.com/p/android/issues/detail?id=1480

is the only reliable option to use the 192x256 memory-only image
supplied by the camera intent? The following seems to not work:

 1) Asking the camera intent to write a 'full size' image to disk.
 2) Writing your own camera app (issues on different devices etc).

The Facebook app seems to use the memory-only 192x256 option, probably
because that's the only safe option. Anyone else have different
opinions / experiences?

Thanks

-- 
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

Reply via email to