Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Native camera crashes

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?

click to hide/show revision 2
No.2 Revision

Native Android native camera crashescrashes 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?