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.

WEBENCH® Tools: what Programing language does the API of SDK provided by TI?

Tool/software: WEBENCH® Design Tools

Hi,

Recently, we need to use OpenCV to write some programs about images on TDA2x, thus some detial infromation should be confired at first. Should we use C or C + + to call the API in the SDK? In other words, could you please let me know what Programing language shoud we use for the API of SDK by TI, C, C++ or both of them?

Regards,

vic.wang

  • Hi,

    you can use C++ to call OpenCV functionality in VisionSDK, you can check for example vision_sdk/apps/src/rtos/alg_plugins/opencvcanny/ how to do it.

    Just note that we have deprecated OpenCV build & support from VSDK due to a compatibility issue with the Linux kernel used with SDK and you should be able to use only the prebuilt OpenCV library provided with the SDK.

    Regards,

    Yordan