dji-sdk / Mobile-SDK-Android

DJI Mobile SDK for Android: http://developer.dji.com/mobile-sdk/
Other
994 stars 581 forks source link

御2行业双光版获取getDisplayMode提示不支持 #1004

Closed q3920687 closed 3 years ago

q3920687 commented 3 years ago

product.getCameras().get(0).getDisplayMode(new CommonCallbacks.CompletionCallbackWith() { @Override public void onSuccess(SettingsDefinitions.DisplayMode displayMode) { ToastUtils.showToast(displayMode.value()); }

                @Override
                public void onFailure(DJIError djiError) {
                    ToastUtils.showToast(djiError.toString());
                }
            });

我这里获取模式走失败,提示不支持?这是什么原因?

dji-dev commented 3 years ago

Agent comment from DJI SDK in Zendesk ticket #51783:

尊敬的开发者,感谢您联系DJI 大疆创新 由于github不是我们主要的咨询渠道,您的问题可能跟进不及时。我们建议您通过填写表单( https://djisdksupport.zendesk.com/hc/zh-cn/requests/new )向我们反馈问题。或者您也可以在论坛发帖,与其它开发者交流。论坛链接:https://djisdksupport.zendesk.com/hc/zh-cn/community/topics

Dear developer, thank you for contacting DJI. Since github is not our main consultation channel, your questions may not be followed up in time. We recommend that you fill in the form (https://djisdksupport.zendesk.com/hc/en-us/requests/new) to report problems to us. Or you can post in the forum to communicate with other developers. Forum link: https://djisdksupport.zendesk.com/hc/zh-cn/community/topics

°°°

DJI-William commented 3 years ago

需要使用product.getCameras().get(1).getDisplayMode