SparkFun Forums 

Where electronics enthusiasts find answers.

Discussions on the software and hardware for Atmel's STK standard.
User avatar
By payam
#117702
Code: Select all
Hi dear friends
I want to make a robot painter, I decided to take the picture of camera
And I use the microcontroller Atmga32(PDIP).
But I do not know that How cameras can be connected to Microcontroller?
Please advise me.
Thanks!
Image
User avatar
By payam
#117748
Robot does painting for 0.5 hours
in The duration , Microcontroller divided photo into many parts
and processed each part at a time. For example, the image size is 70 KB :
70000 / (30) = 2333
So in this example, Microcontroller only 2.3 Kb keeps in its memory.
Also, microcontroller saves photo in the memory card (mmc) After shooting.