搜索资源列表
YUV-jni
- 采集视频利用YUV显示,把数据送入jni,并显示返回结果-Use YUV capture video display, the data into jni, and display the returned results
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