MSDKv53.0使用fpvwWidget
CompletedMSDKV5 3.0使用fpvwWidget后,如何获取使用getbitmap()去获取一帧图片?V4版本中有单独获取视频流的示例demo,V5中是否发布?
-
MSDKV5.3.0使用fpvwWidget后,如何获取使用getbitmap()去获取一帧图片 -->fpvWidget内部使用的SurfaceView,你可以参考SurfaceView获取bitmap的方法 5.3的sample中有给出将YUV数据转换成JPEG文件示例代码:https://github.com/dji-sdk/Mobile-SDK-Android-V5/blob/dev-sdk-main/SampleCode-V5/android-sdk-v5-sample/module-common/src/main/java/dji/sampleV5/modulecommon/pages/VideoChannelFragment.kt#L523 V4版本中有单独获取视频流的示例demo,V5中是否发布? -->V5 获取视频流的示例代码集成在sample中:https://github.com/dji-sdk/Mobile-SDK-Android-V5/blob/dev-sdk-main/SampleCode-V5/android-sdk-v5-sample/module-common/src/main/java/dji/sampleV5/modulecommon/pages/MultiVideoChannelFragment.kt
Please sign in to leave a comment.
Comments
1 comment