We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
用 OpenGl Es glReadPixels 读取的像素数据 , GLES30.GL_RGBA, 怎么才能转换成 yuv 呢
glReadPixels
GLES30.GL_RGBA
我用 YuvUtils.RgbaToI420(Key.RGBA_TO_I420 ,...) 转换出来的图像是乱的
YuvUtils.RgbaToI420(Key.RGBA_TO_I420 ,...)
The text was updated successfully, but these errors were encountered:
如果是颜色不对,换成ABGRToI40试试。如果是图像乱的,看下是不是读取宽高和转换宽高对不上。
Sorry, something went wrong.
No branches or pull requests
用 OpenGl Es
glReadPixels
读取的像素数据 ,GLES30.GL_RGBA
, 怎么才能转换成 yuv 呢我用
YuvUtils.RgbaToI420(Key.RGBA_TO_I420 ,...)
转换出来的图像是乱的The text was updated successfully, but these errors were encountered: