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.

OpenCv (code)debugging with CCS5.4

Other Parts Discussed in Thread: TMS320C6748

Hi ,

I have just gone through most of the post on this forum for opencv debugging in CCS .

But from any one of the post, I got clear understanding about whether CCS is useful to do debugging the opencv (example) codes .

Note below two family of core can support openCV ,but can I debug the same OpenCV code in CCS which is ported on Arm cortex A8 core or DSP core ??

1)Cortex A8 is supporting OpenCV

2)DSP C674X is supporting OpenCV


Tr,

Studinstru

  • If the code is loaded and running on the A8 or DSP then CCS would be able to debug it.  If the DSP is being dynamically loaded then you would need to load the appropriate symbol file so that you can do source level debug (vs disassembly).

    I am not familiar with OpenCV but when I was reading up on it I saw OpenCL mentioned.  Are you looking for OpenCL enabled OpenCV?  

    john

  • I have my object detection algorithm running of X86 platform which I took from opensource site.

    This object detection algorithm has lots of OpenCV API .

    I am able to run that algorithm with X86 .

    The same algorithm I want to port on 8148 hardware and wants to debug according to need .

    So, I want to know whether EVM 8148 configuration will be debugged in CCS for the opencv codebase ??

    Tr,

    Studinstru

  • CCS can debug code running on DM8148 (both on the ARM and on the DSP).  If you are going to be running Linux on the ARM then you may want to be doing application level debug vs kernel level debug.  CCS supports both.

  • to Studinstru:
    Hello Sir, I Just Want to know process of porting opencv code on TMS320C6748. Can you explain me the process?
  • Hellou,


    I'm new in this part (openCv + evm8148), so can you help me with some basic examples (for a start) how to cross compile code or something else in CCS for evm8148. I run on ARM, but I can't go with DSP. I try some examples, but they crash down.


    Thanks,

    Ivana