dji-sdk / Mobile-UXSDK-Android

DJI Mobile UXSDK is a suite of product agnostic UI objects that fast tracks the development of Android applications using the DJI Mobile SDK.
Other
154 stars 109 forks source link

CameraSettingAdvancedPanel组件在M300上拍照模式没有办法拍全景 #134

Closed Swordce closed 2 years ago

Swordce commented 3 years ago

IMG_20211118_110007

dji-dev commented 3 years ago

Agent comment from DJI SDK in Zendesk ticket #56515:

尊敬的开发者,感谢您联系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

°°°

Swordce commented 3 years ago

@dji-dev

DJI-William commented 3 years ago

UXSDK还没有适配M300的H20/H20T,所以有的控件不能用,4.16就好了。

Swordce commented 3 years ago

@DJI-William MSDK中有方法可以直接调用拍全景的么,https://developer.dji.com/api-reference/android-api/Components/Camera/DJICamera_DJICameraSettingsDef.html#djicamera_djicamerashootphotomode_inline 这个方法不支持H20/H20T

Swordce commented 3 years ago

4.16有更新计划么

DJI-William commented 3 years ago

H20/H20T支持拍全景模式吧,使用setFlatMode(PHOTO_PANORAMA),但是需要你自己合成。