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.

MCSDK Image Processing demo runs slow

Hi,

I am trying to use C6678 to process video. I have started by compiling & examining & running the image processing demo included in the MCSDK module. I was able to successfully run the application but I am a little bit disappointed with the performance,  I ran the demo with one of the supplied test images (the one with size 5.93MB) using 8 cores, the demo took about 24msec to complete. This performance is not good for a simple processing application here since sobel is one of the most basic filters. Am I doing something wrong? Is this code optimized? what can I do to further increase the performance? The application measures the time it takes to "process" only, not "receive data" and "process", right?

Regards,

Tunc