Object YuvFrame
-
- All Implemented Interfaces:
public class YuvFrame
-
-
Method Summary
Modifier and Type Method Description final BitmapbitmapFromVideoFrame(VideoFrame videoFrame)Converts VideoFrame.Buffer YUV frame to an ARGB_8888 Bitmap. -
-
Method Detail
-
bitmapFromVideoFrame
final Bitmap bitmapFromVideoFrame(VideoFrame videoFrame)
Converts VideoFrame.Buffer YUV frame to an ARGB_8888 Bitmap. Applies stored rotation.
- Returns:
A new Bitmap containing the converted frame.
-
-
-
-