This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SK-TDA4VM: How to install OpenCV on TDA4VM

Part Number: SK-TDA4VM

Hi!

I would like to use OpenCV libary with c++, but it is not clear for me, that is the OpenCV is installed on the board?

I can use the OpenCV with Python. But I cannot find OpenCV package for c++ code compilation.

How to install OpenCV on SK-TDA4VM?

Thank you, in advance!

Charls

  • Hi Károly,

    The OpenCV C++ libraries should already be installed (at least in the edgeai release I know for sure that they are). Everything is built through cmake however.

    The edgeai-gst-apps repository can be found here if you'd like to look through it.

    I'd recommend looking at apps_cpp/cmake/common.cmake for an idea on what/how packages are installed.

    Best,
    Jared