Added Android native camera module

This commit is contained in:
Andrey Kamaev
2011-06-16 18:00:41 +00:00
parent 5cae924a3d
commit 206aa50f86
14 changed files with 973 additions and 23 deletions

View File

@@ -46,7 +46,7 @@
#include <opencv2/imgproc/imgproc.hpp>
#include <pthread.h>
#include <android/log.h>
#include "camera_activity.h"
#include <camera_activity.hpp>
#if !defined(LOGD) && !defined(LOGI) && !defined(LOGE)
#define LOG_TAG "CV_CAP"