From 14d56bf16fef6cdf1831ca63e99cd821caf02e6c Mon Sep 17 00:00:00 2001 From: Jacki Date: Fri, 15 Aug 2025 17:07:50 +0200 Subject: [PATCH] Add OpenCV to README and workflow for example video application Signed-off-by: Jacki --- .github/workflows/linux.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 1c5d031..a401d04 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -21,6 +21,7 @@ jobs: sudo apt-get -qq update sudo apt-get -qq install ninja-build cmake extra-cmake-modules g++ sudo apt-get -qq install libhidapi-dev libjson-c-dev libudev-dev libusb-1.0-0-dev + sudo apt-get -qq libopencv-dev libopencv-core-dev libopencv-videoio-dev - name: Build framework run: | diff --git a/README.md b/README.md index 56e32b9..319e38a 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ You can build the binary using `cmake` and there are only three dependencies for - [libudev](https://github.com/mcatalancid/libudev) - [libusb](https://github.com/libusb/libusb) - [Fusion](https://github.com/xioTechnologies/Fusion) + - [OpenCV](https://github.com/opencv/opencv) Fusion is a sensor fusion library which is integrated as git submodule. So when you checkout the repository, just update the submodules to get it. The libraries `hidapi` and `json-c` should be