Ask Your Question

Mikadanoa's profile - activity

2013-08-24 20:56:42 -0600 received badge  Student (source)
2013-07-04 05:23:47 -0600 received badge  Editor (source)
2013-07-04 05:23:17 -0600 asked a question Android 4.2.2: native camera backward compatibility

Hello,

I use the native camera wrapper in my Android application which works really well, thank you for this! Unfortunately, whenever a new android version comes out I have to update the <opencv>/libs/armeabi-v7a/ folder and add the new version (f.e. libnative_camera_r4.1.1), update the makefile and then update my app. Now, I have a phone with Android 4.2.2. which cannot open any of the existing camera libraries ("Cannot dlopen camera wrapper library"). So I went and searched for libnative_camera_r4.2.2 but I did not find it.

So I have two questions:

1) Is my current workflow (updating the app whenever a new android version comes out) really necessary or is there a way to ensure backward compatibility?

2) Is libnative_camera_r4.2.2 already available and if not, when will it be and how can I help?