i cant access camera by native c++ code func cvCaptureFromCAM.my code based on OpenCV-2.4.8-android-sdk and eclipse android target is android2.3.3.My hardware is on android4.0.1.when i run project ,errors as below
04-17 17:42:21.927: E/OpenCV::camera(10598): calling (pGetPropertyC)(0xb0c88, 0) 04-17 17:42:21.977: E/OpenCV::camera(10598): calling (pGetPropertyC)(0xb0c88, 1) 04-17 17:42:21.977: E/OpenCV::camera(10598): calling (*pGetPropertyC)(0xb0c88, 3) 04-17 17:42:44.557: E/cv::error()(10598): OpenCV Error: Unspecified error (The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script) in cvWaitKey, file /home/reports/ci/slave_desktop/50-SDK/opencv/modules/highgui/src/window.cpp, line 562 04-17 17:42:44.557: A/libc(10598): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)
maybe many asks for access camera ,but i cant find similar,could any nice expert give me some light?thanks