Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Tetragramm
GitHub Repository: Tetragramm/opencv
Path: blob/master/samples/android/camera-calibration/res/layout/camera_calibration_surface_view.xml
16348 views
1
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2
xmlns:tools="http://schemas.android.com/tools"
3
xmlns:opencv="http://schemas.android.com/apk/res-auto"
4
android:layout_width="match_parent"
5
android:layout_height="match_parent" >
6
7
<org.opencv.android.JavaCameraView
8
android:layout_width="fill_parent"
9
android:layout_height="fill_parent"
10
android:id="@+id/camera_calibration_java_surface_view" />
11
12
</LinearLayout>
13
14