'm following an online tutorial on the basics of setting up OpenCV. I am getting the error: Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 1740 (Thread-16446). Using a series of log statements, I've traced the problem to the line:mCamera = new VideoCapture(mCameraId);. But I'm not sure where to go from here. All help is deeply appreciated!
↧