native-activity example doesn't work on my tegra 3 device

asked 2013-06-08 07:38:17 -0600

Marchello gravatar image

Hi,

i'm writing because i have some problem with the native activity examples. It's strange because this example works on a galaxy next and on the emulator but it doesn't on my lg p880. When i start the application the screen is black and the app seem to go in a infinite loop. This is the log cat:

06-08 14:36:18.951: E/OpenCV_for_Tegra(29368): Tegra platform detected, optimizations are switched ON! 06-08 14:36:18.951: E/OpenCV_for_Tegra(29368): Detected processor count: 4 06-08 14:36:19.091: E/OpenCV::camera(29368): ||libnative_camera_r2.3.3.so 06-08 14:36:19.091: E/OpenCV::camera(29368): ||libnative_camera_r4.0.3.so 06-08 14:36:19.091: E/OpenCV::camera(29368): ||libnative_camera_r4.2.0.so 06-08 14:36:19.091: E/OpenCV::camera(29368): ||libnative_camera_r4.1.1.so 06-08 14:36:19.091: E/OpenCV::camera(29368): ||libnative_camera_r4.0.0.so 06-08 14:36:19.091: E/OpenCV::camera(29368): ||libnative_camera_r2.2.0.so 06-08 14:36:19.091: E/OpenCV::camera(29368): ||libnative_camera_r3.0.1.so 06-08 14:36:19.411: E/OpenCV::camera(29368): calling (pGetPropertyC)(0x5c90a580, 2) 06-08 14:36:21.851: E/OpenCV::camera(29368): calling (pGetPropertyC)(0x5c590178, 0) 06-08 14:36:21.851: E/OpenCV::camera(29368): calling (pGetPropertyC)(0x5c590178, 1) 06-08 14:36:22.231: E/(29368): file /data/data/com.nvidia.NvCPLSvc/files/driverlist.txt: not found! 06-08 14:36:24.731: E/OpenCV::camera(29368): calling (pGetPropertyC)(0x5c590178, 3) 06-08 14:36:25.321: A/libc(29368): Fatal signal 11 (SIGSEGV) at 0x5ecf6000 (code=2), thread 29399 (.NativeActivity) 06-08 14:36:31.831: E/OpenCV_for_Tegra(29669): Tegra platform detected, optimizations are switched ON! 06-08 14:36:31.831: E/OpenCV_for_Tegra(29669): Detected processor count: 4 06-08 14:36:33.251: E/OpenCV::camera(29669): ||libnative_camera_r2.3.3.so 06-08 14:36:33.251: E/OpenCV::camera(29669): ||libnative_camera_r4.0.3.so 06-08 14:36:33.251: E/OpenCV::camera(29669): ||libnative_camera_r4.2.0.so 06-08 14:36:33.251: E/OpenCV::camera(29669): ||libnative_camera_r4.1.1.so 06-08 14:36:33.251: E/OpenCV::camera(29669): ||libnative_camera_r4.0.0.so 06-08 14:36:33.251: E/OpenCV::camera(29669): ||libnative_camera_r2.2.0.so 06-08 14:36:33.251: E/OpenCV::camera(29669): ||libnative_camera_r3.0.1.so 06-08 14:36:34.111: E/OpenCV::camera(29669): calling (pGetPropertyC)(0x5d174d30, 2) 06-08 14:36:35.881: E/OpenCV::camera(29669): calling (pGetPropertyC)(0x5a392568, 0) 06-08 14:36:35.881: E/OpenCV::camera(29669): calling (pGetPropertyC)(0x5a392568, 1) 06-08 14:36:36.251: E/(29669): file /data/data/com.nvidia.NvCPLSvc/files/driverlist.txt: not found! 06-08 14:36:36.351: E/OpenCV::camera(29669): calling (pGetPropertyC)(0x5a392568, 3) 06-08 14:36:36.481: A/libc(29669): Fatal signal 11 (SIGSEGV) at 0x5eaf6000 (code=2), thread 29722 (.NativeActivity) 06-08 14:36:42.171: E/OpenCV_for_Tegra(29972): Tegra platform detected, optimizations are switched ON! 06-08 14:36:42.171: E/OpenCV_for_Tegra(29972): Detected processor ... (more)

edit retag flag offensive close merge delete