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.

Image processing on EVM6472

Hello,

I want to develop an image processing application on EVM6472. I have executed some basic examples on the EVM. Wanted to know if there were any examples related to image processing for this board. The basic requirement is to read an image or video stream form the host computer, process it and then store it back. Would appreciate if anyone could help me getting started with this. Any literature related to image processing on C6472 would also help.

Regards

Varun

  • Varun,

    Welcome to the TI E2E forum. I hope you will find many good answers here and in the TI Home Page documents and in the TI Wiki Pages. Be sure to search the forum and all of these resources for helpful information and to browse for the questions others have asked on similar topics on E2E. Our new E2E red Search box near the upper-right corner has improved functionality, and it is the key to getting the most out of the forum.

    One keyword to search for is IMGLIB, which is the image library for DSPs.

    Another is the MCSDK Multicore Software Development Kit. It has drivers and examples for developing on the TI Multicore devices.

    For your specific case, you will first decide which communication port to use for transferring data between the EVM6472 and the host computer. Ethernet is the easiest, and there are examples included in the MCSDK 1.0 to show you have to use the Ethernet port.

    Regards,
    RandyP

     

    If you need more help, please reply back. If this answers the question, please click  Verify Answer  , below.

  • Thank you RandyP.

    I shall try experimenting with the Ethernet port to transfer data from the host computer to the EVM. Meanwhile, I was wondering if there were any Demos for C6472 related to image processing. They could be as simple as the video loopback (as in DM6437) or any similar example.

    Regards,

    Varun