搜索资源列表
camerademo
- android中多种摄像头预览的方法,也有yuv转rgb的,写到jni中速度会快一点-some methods to preview camera
MyYUViewer
- 完成cif和qcif格式的yuv文件浏览和播放的源程序,给大家做个参考-Completed cif and qcif format yuv file browsing and playback source, to be a reference
ReadYUV
- 解析YUV文件 并将YUV格式转换成RGB格式 以BITMAP保存-Parse the YUV file and YUV format will be converted into RGB format to save BITMAP
PlanarYUVLuminanceSource
- This object extends LuminanceSource around an array of YUV data returned the camera driver, with the option to crop to a rectangle within the full data. This can be used to exclude superfluous pixels around the perimeter and speed up decoding. It
VideoCapture
- 基于android平台的视频录制demo。该例使用MediaCodec对原生的YUV视频帧做转码,例中选用h.264,也支持其他的一些编码。与MediaRecorder不同,该方式可以自己操作frame,以实现视频的帧操作。-Android platform based video recording demo. This example uses MediaCodec to native YUV video frame transcoding, selection of H.264 cases