silvaren / easyrs

Convenience RenderScript tools for processing common Android formats such as Bitmap and NV21.
MIT License
153 stars 26 forks source link

NV21 to Bitmap #3

Open developer-- opened 6 years ago

developer-- commented 6 years ago

Hi, thanks for your lib, I tried to convert NV21 to Bitmap but the result is that. That is live preview, I'm using PhotoApparat library 22768188_1681536138583941_1018852009_o

silvaren commented 6 years ago

Hi! Most likely the dimensions you are passing to the library are incorrect. Without looking at the code it's very hard to know what is actually going on, so if you can share that part that helps.

paynd commented 5 years ago

I got the same issue, and @silvaren absolutely right, i've passed wrong dimentions to Nv21Image.nv21ToBitmap() passing right dimension solving my problem