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 for dm8168-DSP

Hello,

-- environment --

EZSDK 5.04.00.11

c6Accel 2.01.00.11

I want to make Opencv for dm8168-DSP.

Please tell me the steps to create a Opencv that you are using the "OpenCV on TI's DSP + ARM".

I have successfully compile the sample program to download c6Accel 2.01.00.11,


$ make opencv_app


When you run the above command


  cannot find-lopencv_core


Is displayed to the console.
Is not included (for dsp) opencv in c6accel?

Please advice.

Regards,

Hideki

  • I reported "c6accel opencv sample" that we have work.
    Successfully compiled in the following procedure, the sample could be run on the target board.

    1.rtdx Folder Copy

    Copied from CCS rtdx because there is no folder to bios_ <ver> of EZSDK5.04.00.11

    CCS <CCS_INSTALL> bios_6_32_05_54/packages/ti/rtdx / *. *
    Copy the folder rtdx
    EZSDK <EZSDK_INSTALL> / bios_6_33_02_31/packages/ti /

    2.Install the OpenCV2.2
    3.Modify the Rules.make of c6Accel
       LINUXDEVKIT_INSTALL_DIR = $ (DVSDK_INSTALL_DIR) / linuxdevkit -> linux-devkit
       LINUXDEVKIT_INSTALL_DIR = $ (DVSDK_INSTALL_DIR) / dspkit -> dsp-devkit
     
    4.Converted to bmp format in <C6ACCEL_INSTALL> / c6accel_ <ver> / soc/app/a6accel_opencv_testapp/opencv_images the *. Png file.
    If you cross-compile Opencv2.2 for A8, I would like to read by converting it to bmp file, so I can not read *. Png file when you use the cvCreateImage ().

    Regards,

    Hideki