Skip to content

Instantly share code, notes, and snippets.

@skl-songkiat
Created October 15, 2020 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skl-songkiat/e079ea6ccc0bd11c549cfea61ace71f4 to your computer and use it in GitHub Desktop.
Save skl-songkiat/e079ea6ccc0bd11c549cfea61ace71f4 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<org.opencv.android.JavaCameraView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/color_blob_detection_activity_surface_view" />
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment