We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5330267 commit 74e12c4Copy full SHA for 74e12c4
pythonforandroid/recipes/opencv/__init__.py
@@ -15,7 +15,7 @@ class OpenCVRecipe(NDKRecipe):
15
build of most of the libraries of the opencv's package, so we can
16
process images, videos, objects, photos...
17
'''
18
- version = '4.5.1'
+ version = '4.7.0'
19
url = 'https://github.com/opencv/opencv/archive/{version}.zip'
20
depends = ['numpy']
21
patches = ['patches/p4a_build.patch']
0 commit comments