Android native camera crashes on HTC One X
Hi,
I try to run the sample apps on my HTC one X.(version 4.0.4)
And install OpenCV Manager and OCV for VN tegra 3 2.4 rev 3
But when I run the sample app. I receive an error.
08-25 17:50:11.030: A/libc(6995): Fatal signal 11 (SIGSEGV) at 0x0000000c (code=1)
I find the problem is when I new a VideoCapture.
like this:
mCamera = new VideoCapture(Highgui.CV_CAP_ANDROID);
Then the program crashes.
But if I run "OpenCV Tutorial 0 - Android Camera"
Everything is fine.
Is anybody has the same problem?
Still there with the currently available version from Google Play. Could one of the developers perhaps comment on the status of the bug fix? (in particular, is it worth building the lot from trunk?). Many thanks!
Native camera in opencv2.4.4 also does not work for Samsung Galaxy Beam. It used to work at least in opencv2.4.1.
Can you post logcat?