Created
September 23, 2016 19:03
-
-
Save navinpai/39fa729b563051627adcbbe3af1195d7 to your computer and use it in GitHub Desktop.
camera.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
android:orientation="vertical" android:layout_width="match_parent" | |
xmlns:opencv="http://schemas.android.com/apk/res-auto" | |
android:layout_height="match_parent" | |
android:id="@+id/camera_activity"> | |
<org.opencv.android.JavaCameraView | |
android:layout_width="fill_parent" | |
android:layout_height="fill_parent" | |
android:visibility="gone" | |
android:id="@+id/show_camera_activity_java_surface_view" | |
opencv:show_fps="false" | |
opencv:camera_id="any" /> | |
</RelativeLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment