Created a Camera Fragment & Activity to start testing computer vision
This commit is contained in:
12
IOIOTruck/res/layout/camera_fragment.xml
Normal file
12
IOIOTruck/res/layout/camera_fragment.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/camera_frame"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" >
|
||||
|
||||
<SurfaceView
|
||||
android:id="@+id/cameraSurface"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent" />
|
||||
|
||||
</FrameLayout>
|
||||
Reference in New Issue
Block a user