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.

dm6467: want simply to capture and send YUV frame to another laptop

Hi,

what I want to do is:

send frames as they are read from the source to another device (say a laptop).

Loop:

while true

Capture() next frame from input source

send frame to external device

done:

I was loooking into using logic similar to the one in the capture() routine of the dmai (dvsdk 2.0)sample programs.

I need to know how to send the frame to external device (laptop)...say through the usb port.

How can I do this from the dm6467 board ?  

Thanks,