Android minSdkVersion. (Bug #3261)


Added by Rui Marques over 11 years ago. Updated over 11 years ago.


Status:Cancelled Start date:2013-09-11
Priority:Normal Due date:
Assignee:Alexander Smorkalov % Done:

0%

Category:android
Target version:-
Affected version:2.4.6 (latest release) Operating System:Android
Difficulty: HW Platform:Any
Pull request:

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

Revision 467f5fc9
Added by Vadim Pisarevsky over 10 years ago

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

Also available in: Atom PDF