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.
Hi.
i need to build a project that use TM4C123GXL evaluation board.
the project need to send video over IP using wireless shield/board.
i want to connect camera to the evaluation board with resolution of (640*480). every frame should take about 100k from the memory so in order to transfer 10fps i need spi communication between the camera and the evaluation board.
because every frame take large memory i need to "download" the frame to sd card and "fetch" the frame from the sd card to the wirless shield/borad.
my questoins is:
any advice will be thankful.