Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Android 4.4 native camera

Hi.

I have a problem with native camera after update my os to 4.4. I found that this problem lies in camera_wrapper. I mean there is a solution:
https://github.com/Itseez/opencv/pull/1820
But I do not really know how to beat it. I have Nexus4 with Android 4.4, linked OpenCV lib 2.4.7 to my project and i use OpenCV Manager app. I pull this repo and build whole solution (i think) using MS Visual Studio but all that i get after this are: opencv-300.jar, opencv_java300.dll in java folder, many C++ includes in include folder, many libs and dlls in x64/vc11 folder and some exe in bin... So it seems that the only Android suitable file is opencv-300.jar but what now should i do? I belive this .jar will not be enough to make it work because i have to change camera_wrapper in my manager to newer version or sth, am i right?