Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Android 4.2.2: native camera backwards 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?

Android 4.2.2: native camera backwards 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?