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.

HOW TO GIVE JPEG IMAGE INTO DM6437

Hi,I am using dm6437 EVM board for image processing.First i gave live video input from video camera and it works properly for video edge detection simulink . But i don't know how to give jpeg image to dm6437.I want to process image edge detection using this dm6437 board.please help me...

-Karthiraj.

  • Karthiraj,

    I don't have the exact solution. But looking at the problem, what I understand is the following. When you feed a live image the data might not be compressed. It might be in a raw format which can be RGB/YUV format. When you are giving a JPEG input, which is a compressed format, which will not be recognized by your simulink. So better you try and uncompressed format. 

  • Thanks for your reply Renjith..

               Already I stored JPEG image in my PC. How to give that JPEG image to my dm6437 board..And how can i view the output of that image..

    Help me Renjith.

  • Karthiraj,

    I don't have a DM6437 board setup to tell you exactly what to do. But I've given my idea on what is wrong with what you are attempting in the previous post

  • Hi Karthiraj,

    Is there any issue in using file operation for reading and writing back JPEG streams through a debugger like JTAG? Do you have this set up? 

  • Hi Radhesh,

    I am connecting PC and dm6437 board using with USB EMULATOR.I have the above jpg image in my system.

    Now i want to load this image to DDR2 of dm6437. Also how to view the output of this image in another monitor..Pls tel the procedure Radhesh..

    I am using,

    Matlab 2010b.

    CCS3.3.38.2.

    Integrated Development :5.98.0.219 TI.

    BIOS :5.31.02.

    Code Generation Tools : V6.0.8.

    Thanks & Regards,

    karthiraj.

  • Hi Karthiraj,

    Please see if you can use "fread" in your program to read the jpg file from PC and allocate buffers (malloc) in your program. Once fread is successful, the jpg content is available in the buffer which is in DDR.

  • Hi Karthiraj,

    You dint answer for the question " how to view the output of this image in another monitor",from where should we have to take output wheather from DAC or S -Video outputs...............?

    your answer is appreciatable and m facing same problem.

    thank you.