Native camera support for Android 4.3?
Hi, I've updated my device to Android 4.3, how can I get the camera libarary: libnative_camera_r4.3.0.so?
Is it possible to compile on myself? If so, how?
Hi, I've updated my device to Android 4.3, how can I get the camera libarary: libnative_camera_r4.3.0.so?
Is it possible to compile on myself? If so, how?
OpenCV native camera uses undocumented Android API, that is different in different Android versions. OpenCV tries all camera libraries for the newest one to the oldest one. So, if they do not work, some code changes is needed. Unfortunately OpenCV do not have Android 4.3 device now and source code of Android 4.3 is not still published. We can add native camera support only if have both of them. You do not need to worry about it, OpenCV Manager will be updated accordingly ASAP.
Hi Alex, Thanks for the answer. Are there any plans to support Android Open MAX? It should allow native access to the camera, although I haven't seen any sample code of it. But it works on Android 4.0 and above, maybe it will be a better choice to use it from Android 4.0 or higher as there will be no need to compile a specific library for each Android OS version.
Asked: 2013-07-25 06:28:28 -0600
Seen: 1,201 times
Last updated: Jul 28 '13
VideoCapture device on Android
OpenCv for Android: camera not working on motorolla.
Moving image when wave hand in front of camera using opencv for android
Initialization worked with Android 4.2.2 not working with 4.3
How to use Surf to detect features in android application?
how to use Camera obj in Android while i use a CameraBridgeViewBase obj?
How to take picture with CameraBridgeViewBase or change it resolution
How to get camera preview sizes natively for Android & desktop