0

I'm trying to use OpenCV 2.4.10 for Android in Eclipse. But my example project cannot compile because of Eclipse can't find the org.opencv.android.JavaCameraView package. See the picture please http://prntscr.com/5wt2ek

How to fix this problem?

bask0xff
  • 145
  • 4
  • 13

1 Answers1

1

Have you add the OpenCV?

Like explained here: Add OpenCV library project to your workspace. Use menu File -> Import -> Existing project in your workspace.

Press Browse button and locate OpenCV4Android SDK (OpenCV-2.4.9-android-sdk/sdk).

See more information: http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.html

RonM
  • 187
  • 3