Mobile-UXSDK-Android icon indicating copy to clipboard operation
Mobile-UXSDK-Android copied to clipboard

按示例页面做的布局, 御2正常, 到m210、m300就布局不正常,麻烦看看

Open addriumruss opened this issue 5 years ago • 2 comments

环境: msdk4.12 安卓10 御2、m210、m300 主界面布局显示视频、镜头等ux控件, 御2没问题,但是到m210、m300机型就显示向左倾, 麻烦看看怎么回事,谢谢!

截图: Screenshot_20200701_161342_com dji sdk sample

布局代码:

<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"/>

<dji.ux.workflow.CompassCalibratingWorkFlow android:layout_width="match_parent" android:layout_height="match_parent"/> .............

addriumruss avatar Jul 01 '20 08:07 addriumruss

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/background_blue"
    android:orientation="horizontal">

    <!-- 实时画面 Widget to see first person view (FPV) -->
    <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"/>

    <dji.ux.workflow.CompassCalibratingWorkFlow
        android:layout_width="match_parent"
        android:layout_height="match_parent"/>

addriumruss avatar Jul 01 '20 08:07 addriumruss

Agent comment from Luce Luo in Zendesk ticket #36423:

尊敬的用户,

您好!感谢您联系DJI 大疆创新。 能否使用官方UXSDK 4.12 sample复现该问题? https://github.com/dji-sdk/Mobile-UXSDK-Android

如果可以,麻烦通过表单提供更多信息联系我们进一步处理。 https://formcrafts.com/a/dji-developer-feedback-cn

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

Best Regards,

DJI 大疆创新SDK技术支持

dji-dev avatar Jul 02 '20 07:07 dji-dev