Relative Content

Tag Archive for javaandroidkotlinandroid-camerayuv

Efficient YUV to RGB conversion in Android

I’m trying to apply YUV to RGB conversion in Android. I am currently using this official code from Android Camera samples (the code below) but it uses RenderScript which is going to be deprecated.