我正在Android上使用OpenCV摄像机。
每当我旋转屏幕时,按钮都不会移动。
起初,我认为这是相机旋转问题,所以我尝试旋转相机预览。
我提到了this,但是没有用
这是我的代码和图片
<RelativeLayout>
<org.opencv.android.JavaCameraView
android:id="@+id/activity_surface_view"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_alignParentBottom="true"
android:gravity="center">
<Button
android:id="@+id/objects"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
</LinearLayout>
</RelativeLayout>
图片