mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Tutorial3 ported on new framework.
This commit is contained in:
committed by
Andrey Kamaev
parent
50500e5923
commit
31763bdcf0
@@ -0,0 +1,11 @@
|
||||
<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" >
|
||||
|
||||
<org.opencv.framework.OpenCvJavaCameraView
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:id="@+id/tutorial4_activity_surface_view" />
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user