We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenCV relies on OpenCV Manager to get the correct libnative_camera_r*.so in place so that it can be loaded with the libnative_camera_r prefix without paying attention to the version. This doesn't allow a scenario where OpenCV Manager is not used and all of libnative_camera_r*.so are bundled with the APK for cross-version compatibility. A rewrite of https://github.com/Itseez/opencv/blob/master/modules/androidcamera/src/camera_activity.cpp#L167 is needed. This is best submitted as a PR to OpenCV itself. If this PR is rejected, https://github.com/Itseez/opencv/blob/master/modules/androidcamera/src/camera_activity.cpp will be forked to CVCamera.
libnative_camera_r*.so
libnative_camera_r
For now, bundling the correct version for your device is the only solution.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
OpenCV relies on OpenCV Manager to get the correct
libnative_camera_r*.so
in place so that it can be loaded with thelibnative_camera_r
prefix without paying attention to the version. This doesn't allow a scenario where OpenCV Manager is not used and all oflibnative_camera_r*.so
are bundled with the APK for cross-version compatibility. A rewrite of https://github.com/Itseez/opencv/blob/master/modules/androidcamera/src/camera_activity.cpp#L167 is needed. This is best submitted as a PR to OpenCV itself. If this PR is rejected, https://github.com/Itseez/opencv/blob/master/modules/androidcamera/src/camera_activity.cpp will be forked to CVCamera.For now, bundling the correct version for your device is the only solution.
The text was updated successfully, but these errors were encountered: