0

I followed the instruction from openCV wiki http://opencv.itseez.com/doc/tutorials/introduction/android_binary_package/android_binary_package.html.

I try to run the samples on 4.0 platform. But the emulator's screen keeps black, though I can see slow process in eclipse.

I also tried on 2.2 platform, but the emulator on 2.2 cannot use my PC's webcam. So still didn't get the result

Can anyone help me? Thank you.

James
  • 799
  • 1
  • 14
  • 33
  • Have you tried to set up the emulator like [this](http://stackoverflow.com/questions/1276450/how-to-use-web-camera-in-android-emulator-to-capture-a-live-image)? – Lennart Dec 13 '11 at 08:23

1 Answers1

0

It might not support it yet, 4.0 is the latest build. It is API 14 and the link you posted says API 8, so you may have to wait til the update it.

Bill Gary
  • 2,987
  • 2
  • 15
  • 19