M300RTK 视频解码
已完成
官方demo中,有一行代码
//For M300RTK, you need to actively request an I frame.
mCodecManager.resetKeyFrame();
resetKeyFrame是做什么的。
如果不使用 DJICodecManager对视频进行处理,自己调用VideoFeeder中的回调数据,使用硬解码,对于M300机型是否
也需要单独处理,怎么处理?
目前测试结果在悟2上面是可以的,但M300第一帧数据有问题
-
首先我现在不需要在UI 上面显示视频,所以DJICodecManager我不知道该怎么获取,在api中只有下面两个构造
DJICodecManager(Context context, SurfaceTexture surfaceTexture,int width,int height)
DJICodecManager(Context context, SurfaceHolder surfaceHolder, int width, int height)
SurfaceTexture 和 SurfaceHolder 目前我都没有用到。所以不知道该怎么获取到DJICodecManager。
请先登录再写评论。
评论
12 条评论