There is an issue concerning accessing raw (uncompressed) image data on the Android device. The Android API provides a method "public final void takePicture (Camera.ShutterCallback shutter, Camera.PictureCallback raw, Camera.PictureCallback postview, Camera.PictureCallback jpeg)" to take a picture and then receive specific callbacks, i.e. when raw image data is available. So far so good.
But the data buffer passed in via the RAW callback *is always null*. I can affirm this on current Android version 2.3.3 (Nexus One and Nexus S). Is there any setting provided to enable access to raw (uncompressed) image data on Android? -- 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

