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.

Video processing using C6748



Hello !!

I'm new in this forum. I have many questions about the EVM C6748. I think taht this DSP can do video processing. T would make this application :

Analog caméra ==> ADC ===> DSP C6748 ====> DAC  ===> LCD SCREEN

I think taht we have a guide to get starting that mean we have some programs that run in the DSP or we need to create the projet to do video processing?

Bests regards

  • Hi Mustapha,

    We have some example for face detect demo for C6748 under C6748 sys/BIOS software development kit, the Face detect demo comes with the C6748 BIOS C6 software development kit with the source code of the project.

    The demo can detect multiple faces in a frame and uses a composite camera to capture and VGA to display the image. The demo also supports D1(720x480) resolution image processing and real time video capture and display

    Please see the below link for more details

    http://processors.wiki.ti.com/index.php/L138/C6748_Development_Kit_(LCDK)

    http://www.ti.com/tool/biossw-c6748

    Regards

    Antony

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

  • Thank you Antony

    Yes I know that we have an example for face detect but it this application is a windows application ( .exe). I don t think that we have the all project ( c or cpp files ).

    I would use the dsp to use the video streaming in a robot and i would know if we have some examples including files of the project.

    Mustapha

  • Hi Mustapha,

    Thanks for your update.

    You do have all source files for the face detect example application. If you install Bios c6sdk_02_00_00_00, you would find all the source (c files) from the below location:

    ~\Texas Instruments\c6sdk_02_00_00_00\demos\facedetect\src

    To find out the facedetect ccs project files, you can see from the below specified location:

    If EVM c6748,

    ~\Texas Instruments\c6sdk_02_00_00_00\demos\facedetect\build\cgt_ccs\evmC6748\.ccsproject

    If c6748 LCDK,

    ~\Texas Instruments\c6sdk_02_00_00_00\demos\facedetect\build\cgt_ccs\lcdk\.ccsproject

    Thanks & regards,

    Sivaraj K

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

    Tank you for your reply. Ok it is possible that i can use the application to do vidéo acquisition and processing. So i shouldn't  write all files fo real time aquisition. I should juste modify the files to do vidéo processing.

    I would verify this informations before purshasing the EVM .

    Thank you !!