in-skyadav
Results
2
comments of
in-skyadav
I am getting the same error, once I took the picture touch on whole window view is disabled and I am not able to do anything... only notification panel and...
I am not able to create instance of RenderScript . below is the code byte[] bytes = YUV420toNV21(image); RenderScript rs = new RenderScript.create(getApplicationContext()); Bitmap outputBitmap = Nv21Image.nv21ToBitmap(rs, bytes, image.getWidth(), image.getHeight());...