Issue with libnative_camera on Android >= 5.0

asked 2015-05-26 09:59:29 -0600

brainsandwich gravatar image

Hi,

Our team is trying to use opencv to get the camera current frame and display it using only native C++ code, but at runtime, opencv fails to load the native wrappers (libnative_camera_r*.so). It says it can't find some "androidBufferQueue" in it.

We're having issues with Android versions newer or equal to 5.0 (API >= 21) Versions below work fine. We've tried with version 2.4.10, 2.4.11 and 3.0.0_dev.

Has anyone managed to use camera on Android >= 5.0 through opencv ?

Thanks in advance

edit retag flag offensive close merge delete