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,7 @@
set(sample example-tutorial-5-cameracontrol)
add_android_project(${sample} "${CMAKE_CURRENT_SOURCE_DIR}" LIBRARY_DEPS ${OpenCV_BINARY_DIR} SDK_TARGET 11 ${ANDROID_SDK_TARGET})
if(TARGET ${sample})
add_dependencies(opencv_android_examples ${sample})
endif()