Base for new sample added.
authorAlexander Smorkalov <alexander.smorkalov@itseez.com>
Tue, 27 Nov 2012 08:47:16 +0000 (12:47 +0400)
committerAlexander Smorkalov <alexander.smorkalov@itseez.com>
Tue, 27 Nov 2012 14:06:43 +0000 (18:06 +0400)
commit24c920a33a25dcc65c7e174e181c73776bee57e3
tree907863d099796ca4254f6736e41e12ab439bd61e
parent03f402892dd444ee6d61a13969793abac6332f63
Base for new sample added.
samples/android/CMakeLists.txt
samples/android/tutorial-5-customcamera/.classpath [new file with mode: 0644]
samples/android/tutorial-5-customcamera/.project [new file with mode: 0644]
samples/android/tutorial-5-customcamera/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
samples/android/tutorial-5-customcamera/AndroidManifest.xml [new file with mode: 0644]
samples/android/tutorial-5-customcamera/CMakeLists.txt [new file with mode: 0644]
samples/android/tutorial-5-customcamera/res/drawable/icon.png [new file with mode: 0644]
samples/android/tutorial-5-customcamera/res/layout/tutorial5_surface_view.xml [new file with mode: 0644]
samples/android/tutorial-5-customcamera/res/values/strings.xml [new file with mode: 0644]
samples/android/tutorial-5-customcamera/src/org/opencv/samples/tutorial5/CustomJavaCameraView.java [new file with mode: 0644]
samples/android/tutorial-5-customcamera/src/org/opencv/samples/tutorial5/Sample5CustomCamera.java [new file with mode: 0644]