Right, already on February 11 2009 Google's David Sparks wrote in response to one of my postings,
> I'm talking about deprecating the raw picture callback that has never worked. and > As for the camera API in SDK 1.0: It was never intended for signal processing. http://groups.google.com/group/android-developers/browse_thread/thread/65191ea020f6bb27/ Regards The vOICe for Android http://www.seeingwithsound.com/android.htm On Aug 31, 6:30 pm, David Erosa García <[email protected]> wrote: > 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

