Orçun Çolak'ın her şeyden bir parça notları
YuvImage yuv = new YuvImage(data, ImageFormat.YUY2, 1280, 720, null);
ByteArrayOutputStream out = new ByteArrayOutputStream(); yuv.compressToJpeg(new Rect(0, 0, 1280, 720), 100, out);
Hiç yorum yok:
Yorum Gönder