On Tue, Aug 31, 2010 at 6:17 PM, uday <[email protected]> wrote: > Hi All, > I'm facing problem when capturing RAW data in Android Froyo. Im using > HTC Desire(5MP) device. in the method of > PictureCallback rawCallback = new PictureCallback() { > public void onPictureTaken(byte[] data, Camera camera) > { > } > the data im getting is null. Is this the problem due to Heap size in > the device or is there another way to capture this raw data??
AFAIK, raw callbacks always get null arrays (maybe not implemented?) > > -- > 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 -- 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

