image_manipulations_surface_view.xml 422 B

1234567891011
  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent" >
  5. <org.opencv.android.JavaCameraView
  6. android:layout_width="fill_parent"
  7. android:layout_height="fill_parent"
  8. android:id="@+id/image_manipulations_activity_surface_view" />
  9. </LinearLayout>