We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DJICodecManager mCodecManager = new DJICodecManager(getApplicationContext(), surface, width, height,DJICodecManager.VideoSource.CAMERA) M300 +H20,默认获取FPV的图传数据,导致 camera.setCameraVideoStreamSource(CameraVideoStreamSource.ZOOM) 也无法使用, 怎样默认获取H20的数据,不使用FPV?
The text was updated successfully, but these errors were encountered:
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技术支持
Sorry, something went wrong.
No branches or pull requests
DJICodecManager mCodecManager = new DJICodecManager(getApplicationContext(), surface, width, height,DJICodecManager.VideoSource.CAMERA)
M300 +H20,默认获取FPV的图传数据,导致 camera.setCameraVideoStreamSource(CameraVideoStreamSource.ZOOM) 也无法使用,
怎样默认获取H20的数据,不使用FPV?
The text was updated successfully, but these errors were encountered: