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.

C6748 lcdk facedetect on c6sdk download not working

I have been working on TI facedetect code and have ran into issues. I first downloaded c6sdk_02_00_00_00 as well as openCV files onto my laptop for a project assignemt. Going by instructions on how to run this in 10 minutes, I could locate and select the "lcdk" folder in the C: dir but not getting the option to click finish except cancel.

C:/Program Files (x86)/Texas Instruments/c6sdk_02_00_00_00

  • Hi Roland,

    I think, you might missed the step of hitting either the "browse button" or selecting the project "face detect" after it lists the number of projects available in the particular lcdk folder. Have a look at this link for the same http://processors.wiki.ti.com/index.php/BIOS_C6SDK_2.0_User_Guide#Face_Detect_Demo

    Follow the steps given below:-

    In CCS --> Import Existing CCS Eclipse Project -->Browse --> locate lcdk folder[i.e., "C:\Program Files\Texas Instruments\c6sdk_02_00_00_00\demos\facedetect\build\cgt_ccs\lcdk"] --> check the option against "face detect" --> finish.

    Attached the screenshot of CCS for your reference. Notice that the finish button is enabled here.

    Regards,

    Shankari.

     

    -------------------------------------------------------------------------------------------------------

    Please click the Verify Answer button on this post if it answers your question.
    --------------------------------------------------------------------------------------------------------

  • Hi Shankari,

    Thank you for providing valuable informarion on the setup. I finally got it to download and able to build as well. However, I ran into another issue during building.

    Two warns that came up as follow:

    1. #176-D ..\..\..\include/cvcompath.h expression has no effect

    Soln: still in progress but has not been resolved yet

    2. This project was created using a version of compiler that is not currently installed: 7.3.1 [C6000]. Another version of the compiler will be used during build:7.4.1. Please install the compiler of the required version, or migrate the project to one of the available compiler versions by adjusting project properties.

    Soln: I changed the compiler version from 7.3.1 to 7.4.1 and that cleared the compiler version issue.

    Thank you,

    Roland

     

    This

  • Hi Shankari,

    Can you please tell whick link.cmd files to use for this project? I have been using "link_C6748.cmd" file for my other projects which may not be same for this facedetect project. Is there a folder or link somewhere that I can access?

    Thank you,

    Roland