From 74e12c45a77c9ceeb1c8ace224ff58a822371631 Mon Sep 17 00:00:00 2001 From: Sk Sahil <57060638+Sahil-pixel@users.noreply.github.com> Date: Tue, 19 Aug 2025 16:04:09 +0530 Subject: [PATCH] Update __init__.py opencv==4.5.1 builld faild with ndk-r25b opencv == 4.7.0 build done with ndk-r25b --- pythonforandroid/recipes/opencv/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonforandroid/recipes/opencv/__init__.py b/pythonforandroid/recipes/opencv/__init__.py index 8f7e2b8c07..537b8e3230 100644 --- a/pythonforandroid/recipes/opencv/__init__.py +++ b/pythonforandroid/recipes/opencv/__init__.py @@ -15,7 +15,7 @@ class OpenCVRecipe(NDKRecipe): build of most of the libraries of the opencv's package, so we can process images, videos, objects, photos... ''' - version = '4.5.1' + version = '4.7.0' url = 'https://github.com/opencv/opencv/archive/{version}.zip' depends = ['numpy'] patches = ['patches/p4a_build.patch']