So how will Android work with 8 megapixel cameras? Several (non-
Android) 8 megapixel camera phones have been announced for this year.
Either the application heap has to grow or the camera must get a
memory area of its own.

Thanks

On Jan 29, 7:53 pm, Dave Sparks <[email protected]> wrote:
> The application heap is limited to 16MB. For RGB565, that's a max of
> 8M pixels, not including the heap that the app uses for other objects.
> Chances are, you are probably decoding from a JPEG, so you need room
> for both the compressed and uncompressed version.

--~--~---------~--~----~------------~-------~--~----~
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