easyrs icon indicating copy to clipboard operation
easyrs copied to clipboard

NV21 to Bitmap

Open developer-- opened this issue 8 years ago • 2 comments

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

developer-- avatar Oct 23 '17 09:10 developer--

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.

silvaren avatar Nov 03 '17 14:11 silvaren

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

paynd avatar Feb 04 '19 13:02 paynd