博尔

  • Total activity 29
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 3
  • Subscriptions 9

Posts

Recent activity by 博尔 Recent activity Votes
  • M300 MSDK4.15 获取相机视频分辨率多少

    Completed

    M300 MSDK4.15 镜头H20T 使用VideoFeeder.getInstance().provideTranscodedVideoFeed().addVideoDataListener获取视频数据默认的分辨率是多少? 是否可以更改?

  • M300RTK 视频解码

    Completed

      官方demo中,有一行代码//For M300RTK, you need to actively request an I frame.mCodecManager.resetKeyFrame();resetKeyFrame是做什么的。如果不使用 DJICodecManager对视频进行处理,自己调用VideoFeeder中的回调数据,使用硬解码,对于M300机型是否也需要单独处理,怎么处...

  • M300遥控器解码花屏,手机上面正常

    Completed

    基于示例 https://www.github.com/DJI-Mobile-SDK-Tutorials/Android-VideoStreamDecodingSample 在DJIVideoStreamDecoder解码类中当我设置surface为null时, codec.configure(format, null, null, 0); 在解码的时候,我获取到一帧数据,然后保存成图片,同...