摘要: YuvImage image = new YuvImage(data, ImageFormat.NV21, size.width, size.height, null); if(image!=null){ ByteArrayOutputStream stream = new ByteArrayOutputStream... 阅读全文
posted @ 2017-12-21 09:42 sysu_huangwei 阅读(6384) 评论(0) 推荐(0) 编辑