The API takePicture is defined as: void takePicture(Camera.ShutterCallback shutter, Camera.PictureCallback raw, Camera.PictureCallback jpeg)
My question is: If we pass the raw parameter when call takePicture ,what should be returned? Will it return the raw image which has same width/height as the captured JPEG image? The reason I raise the question is:I heard the parameter raw can be used to return the post-view image data. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" 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-framework?hl=en -~----------~----~----~----~------~----~------~--~---
