easyrs
easyrs copied to clipboard
NV21 to Bitmap
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

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.
I got the same issue, and @silvaren absolutely right, i've passed wrong dimentions to Nv21Image.nv21ToBitmap()
passing right dimension solving my problem