opencv/android/android-jni/README.txt
Ethan Rublee 96e127134d fixing a bug in the local.env.mk setup, and correcting the readme's
Also, the androi-opencv.mk.in wasn't correct for one of the crystax NDK
build directory setups
2010-09-22 13:24:37 +00:00

19 lines
588 B
Plaintext

android-opencv
this is an example of an android library project that has some reusable
code that exposes part of OpenCV to android. In particular this provides a
native camera interface for loading live video frames from the android camera
into native opencv functions(as cv::Mat's)
to build make sure you have swig and the crystax ndk in your path
make
that should work... If it doesn't make sure to edit the generated local.env.mk
the key variable
more later on how to build actual project for android
- see the code.google.com/p/android-opencv for details on this