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.

TMS320DM8168: Execution of Video Processing Algorithms on DSP

Part Number: TMS320DM8168

Hi all,

I have developed One application using Qt 4.8.5 and OpenCV for video capturing, Processing (Automatic Video Tracking) and Display. Video Capturing and Display is done through V4L2 libs which is quite fast, No delay is observed.

processing is done using OpenCV libs which takes lot of time on ARM processor (more than 100 ms per frame).

I want to run the Video Tracking Algorithms which is developed using V4L2 and OpenCV libs on ARM processor using DSP core also.

The Video Capturing and Display can use ARM core and the Video Tracking Algorithms can run in DSP.

I have no idea how to configure the ARM and DSP for this, what are the tools to be used, what will be the framework of my application etc..

Any suggestion on the above subject would be highly appreciable.

Thank You.

Shriram Ch.