DJI-Mobile-SDK-Tutorials / Android-VideoStreamDecodingSample

This sample project demonstrates how to use FFmpeg for video frame parsing and to use MediaCodec for hardware decoding on DJI Products.
MIT License
169 stars 80 forks source link

M300 +H20默认获取FPV的图传数据 #66

Open 0xm1nam0 opened 3 years ago

0xm1nam0 commented 3 years ago

DJICodecManager mCodecManager = new DJICodecManager(getApplicationContext(), surface, width, height,DJICodecManager.VideoSource.CAMERA) M300 +H20,默认获取FPV的图传数据,导致 camera.setCameraVideoStreamSource(CameraVideoStreamSource.ZOOM) 也无法使用, 怎样默认获取H20的数据,不使用FPV?

dji-dev commented 3 years ago

Agent comment from Luce Luo in Zendesk ticket #39655:

尊敬的用户,

您好!感谢您联系DJI 大疆创新。 您可以参考下官方示例,需要设置带宽,您对比检查下: https://github.com/dji-sdk/Mobile-SDK-Android/blob/master/Sample%20Code/app/src/main/java/com/dji/sdk/sample/demo/camera/VideoFeederView.java

非常感谢您的理解与配合,祝您生活愉快!

Best Regards,

DJI 大疆创新SDK技术支持