From 2e529c736e63215a20500c7d0c7254a9ab413ee5 Mon Sep 17 00:00:00 2001 From: Mark Horvath Date: Tue, 27 Feb 2024 15:43:00 +0100 Subject: [PATCH] Mark OpenCV 5.x support experimental --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index facb8280b..17dc6026d 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ and `./scripts/test_android.sh`. ## Install -This library is compatible with [OpenCV](https://opencv.org) version 4.9 & 5.x. +This library is compatible with [OpenCV](https://opencv.org) version 4.9. (OpenCV 5.x support is experimental.) Integration consists of the following steps: 1. Download OpenCV sources: -- GitLab