Hi all,

I'm trying to generate a bitmap when camera is in preview mode
(setpreviewCallback).
When I try to convert the current view to bitmap,the bitmap is always
null.
Apparently it's a problem to convert YUV format to bitmap. I found a
method to convert a byte[] YUV to int[]RGB (here:
http://groups.google.com/group/android-developers/msg/d3b29d3ddc8abf9b)
but I don't know how can I use to generate my bitmap using
Bitmap.createBitmap.

Somebody can help me ?

Best and thanks by advance

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to