Add OpenCV to README and workflow for example video application

Signed-off-by: Jacki <jacki@thejackimonster.de>
This commit is contained in:
Jacki 2025-08-15 17:07:50 +02:00
parent 281dfed89e
commit 14d56bf16f
No known key found for this signature in database
GPG Key ID: B404184796354C5E
2 changed files with 2 additions and 0 deletions

View File

@ -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: |

View File

@ -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