Ask Your Question

AllanVieira's profile - activity

2015-11-09 19:46:09 -0600 answered a question Unable to convert mat to bitmap

I had the same problem.

Try this:

Bitmap scale = Bitmap.createBitmap(gry.width(), gry.height(), Bitmap.Config.ARGB_8888);