Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.04 KB

MediaSDK install Guide.md

File metadata and controls

31 lines (16 loc) · 1.04 KB
  1. Install the SDK Package

    Use the following command to install the Media SDK package on a system with Ubuntu 18.04:

sudo dpkg -i libMediaSDK-dev_2.0-0_amd64_ubuntu18.04.deb

image-20231208150840440

  1. Post-Installation Check for MediaSDK

​ Once installation is complete, run MediaSDKDemo. If you see the messages below, it confirms that libMediaSDK has been installed successfully.

image-20231208151044846

  1. Debugging with MediaSDKDemo

    You can debug directly using MediaSDKDemo, or you can modify and debug using the [main.cc](http://main.cc) file located in the example directory. Use the following command to compile the demo:

g++ main.cc -std=c++11 -lMediaSDK -o testSDKDemo

  1. Uninstall the SDK Package

    To remove the Media SDK package from your system, execute:

    sudo dpkg -r libMediaSDK-dev

  2. Note:

    • CUDA version: 11.1
    • g++ version: g++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0