Added Android native camera module
authorAndrey Kamaev <no@email>
Thu, 16 Jun 2011 18:00:41 +0000 (18:00 +0000)
committerAndrey Kamaev <no@email>
Thu, 16 Jun 2011 18:00:41 +0000 (18:00 +0000)
commit206aa50f86b4d8272d66fd167545d518a7c63835
tree89508010faed47d289e4622ee100703d9a5acb9f
parent5cae924a3d8ce681c4986b6a6d9a599c7ac57c84
Added Android native camera module
14 files changed:
3rdparty/lib/libnative_camera_r2.2.2.so [new file with mode: 0644]
3rdparty/lib/libnative_camera_r2.3.3.so [new file with mode: 0644]
CMakeLists.txt
OpenCVConfig.cmake.in
android/android.toolchain.cmake
modules/CMakeLists.txt
modules/androidcamera/CMakeLists.txt [new file with mode: 0644]
modules/androidcamera/camera_wrapper/camera_wrapper.cpp [new file with mode: 0644]
modules/androidcamera/camera_wrapper/camera_wrapper.h [new file with mode: 0644]
modules/androidcamera/include/camera_activity.hpp [new file with mode: 0644]
modules/androidcamera/include/camera_properties.h [new file with mode: 0644]
modules/androidcamera/src/camera_activity.cpp [new file with mode: 0644]
modules/highgui/CMakeLists.txt
modules/highgui/src/cap_android.cpp