Skip to content

CVEDIA-RT SDK

CVEDIA-RT works with plugins that execute atomic tasks. This tasks can be a variety of things, postprocessing, inference, rendering, sinking data, etc.

We provide libraries you can link against among with example plugins in our github repository.

Requirements

  • Ubuntu 20.04
  • .deb install of CVEDIA-RT

Quickstart

git clone https://github.com/Cvedia/CVEDIA-RT-SDK.git --recursive
cd CVEDIA-RT-SDK

mkdir build
cd build

cmake ../cvedia-rt/src/ -DCVEDIA_INSTALL_DIR=<path to RT install>
make -j4
make install