I'm attempting to obtain raw picture data from the camera.  According
to the Javadocs it can be obtained via the callback passed to
camera.takePicture(null, callback, null).  However, the array passed
to the callback is always null.  I've checked permissions, examined
the logcat, registered a callback for errors, tried various image
sizes and format, all to no avail.  I've also seen other posts
mentioning it, but never an answer to the question.

Does anyone know, are we doing something wrong, or is this feature
just not implemented by Android in its current form?
--~--~---------~--~----~------------~-------~--~----~
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