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

视频总是向左偏移,怎么办? #113

Open addriumruss opened 3 years ago

addriumruss commented 3 years ago

御2,msdk4.13.1, 安卓10 从uxdemo示例程序中拷贝的布局,如下:

<RelativeLayout android:id="@+id/fpv_widget_container" android:layout_width="match_parent" android:layout_height="match_parent"> <dji.ux.widget.FPVWidget android:id="@+id/fpv_widget" android:layout_width="match_parent" android:layout_height="match_parent" app:sourceCameraNameVisibility="false" /> <dji.ux.widget.FPVOverlayWidget android:layout_width="match_parent" android:layout_height="match_parent" /> 。。。。。

结果视频总是向左偏移:

pianyi

国内图片查看: http://www.uav-space.com/file/pianyi.jpg

请问这个怎么解决? 谢谢!

dji-lisafedane commented 3 years ago

Do you have this setting:

android:layout_centerInParent="true"