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
153 stars 110 forks source link

Huawei BTV-W09 Camera Feeder #142

Open ernesto13edop opened 2 years ago

ernesto13edop commented 2 years ago

I currently have a M210 drone with the Z30 camera and a HUAWEI BTV-W09 tablet with android version 7.0, I have tried with UXSDK version 3.13, 3.14, 3.15 and 3.16 and I can't see the camera with the following code

<dji.ux.widget.FPVWidget
        android:layout_width="match_parent"
        android:layout_height="match_parent"/>

    <dji.ux.widget.FPVOverlayWidget
        android:layout_width="match_parent"
        android:layout_height="match_parent"/>

There is some incompatibility with these devices or I'm missing something to do, for the record that if I work with other drones and other tablets

dji-dev commented 2 years ago

Agent comment from DJI SDK in Zendesk ticket #62503:

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

You mean UXSDK 4.16. The device model will not decide the camera feed so it must be some settings issue there. Have you set the assignSourceToPrimaryChannel to define the video source connection?