byte[] tempdata = ur byte array;
Bitmap bm = BitmapFactory.decodeByteArray(tempdata, 0,
tempdata.length);

On Jul 20, 10:08 pm, musfiq <[email protected]> wrote:
> Hi:
> I want to find the faces in an image after taking picture. I want to
> use the Facedetetor.findfaces(...,....); But for that I need Bitmap
> file. How to convert byte [] to bitmap?
> /Musfiq

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