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.

Approach to optmize the algo code on DSP in Vision SDK enviroment

I am working on Frame_copy algorithm and i have implemented inversion logic on DSP core and it is working fine. Now I would like to optimize that piece of the code for DSP, so what should be the right approach, Do I need to import entire code (Vision SDK) on CCS or standalone application can be used to optimize the code (in that case I need to emulate the interface with other core).

Regards,

Pritam

  • Hello Pritam,

    You can create simple CCS application which can read data from memory and processes on framecopy algo. This way you dont need to use VSDK chain for optimization efforts. This can be simple CCS project.
    Once optimization is done, you can test it with VSDK use-case chain.