Unable to buil or execute the QML samples

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:

  1. sudo apt install cmake
  2. sudo apt install qt5-default
  3. sudo apt install qtdeclarative5-dev
  4. 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.

Hi @Odontoglyfida

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