Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Tetragramm
GitHub Repository: Tetragramm/opencv
Path: blob/master/samples/android/face-detection/res/layout/face_detect_surface_view.xml
16353 views
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
6
<org.opencv.android.JavaCameraView
7
android:layout_width="fill_parent"
8
android:layout_height="fill_parent"
9
android:id="@+id/fd_activity_surface_view" />
10
11
</LinearLayout>
12
13