Android minSdkVersion. (Bug #3261)
Description
The "minSdkVersion" of the android library is set as 8, but SurfaceTexture from JavaCameraView is from API 11 and above so either the minSdkVersion needs to go to 11 or there should be an alternative to SurfaceTexture...
Associated revisions
Merge pull request #3261 from a-wi:CMake_FFMPEG_config
History
Updated by Alexander Smorkalov over 11 years ago
SurfaceTexture class is used for Android-11 and above. OpenCV library uses runtime checks and enables it on supported platforms only. So, library project is compatible with android-8 and above and required higher sdk version for build only.
- Status changed from New to Cancelled
- Assignee set to Alexander Smorkalov
- Category set to android