I am not able to build or run any of the QML base samples in the tutorial. I tried the C++ samples as well as the python samples. For python I can not get the PySide2 package required to execute the sample.
To build and run the QML C++ samples (e.g. QmlStreamDisplay) you need to install some additional components:
- sudo apt install cmake
- sudo apt install qt5-default
- sudo apt install qtdeclarative5-dev
- sudo apt install qml-module-qtquick2
After that you can create the build files for a single sample with cmake and build the binary with make.
great, you already figured out how to get your tutorials up and running.
I would like to post the link to our getting started here:
Getting started with CVB Tutorials
This should be a nice step by step guide to avoid problems for the future.
Cheers
Chris