2012-10-22 13:29:19 +02:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent" >
|
|
|
|
|
2012-10-23 15:00:14 +02:00
|
|
|
<org.opencv.android.JavaCameraView
|
2012-10-22 13:29:19 +02:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:id="@+id/fd_activity_surface_view" />
|
|
|
|
|
|
|
|
</LinearLayout>
|