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,