Code review comments applied

Sample renamed to CameraControl;
Picture taking added to show camera preview restart.
This commit is contained in:
Alexander Smorkalov
2012-11-29 12:51:49 +04:00
parent 86f7a357ae
commit d36f8b9eb3
12 changed files with 83 additions and 40 deletions

View File

@@ -0,0 +1,12 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<org.opencv.samples.tutorial5.SampleJavaCameraView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:visibility="gone"
android:id="@+id/tutorial5_activity_java_surface_view" />
</LinearLayout>