C328 camera module with Arduino Pro 3.3V

I found a project that use a c328 camera to an arduino microcontroller (atmega328), take geo-tagged pictures continuously, and write them to an SD card.
http://jarv.org/sdcam.shtml

Can I use the same or similar component to take the video? :slight_smile:

c328 camera: http://www.sparkfun.com/products/9334

Easy answer : No. Taking single frames and transferring them to external media is as much as an arduino can manage. (Its pretty good going it can manage that much considering its extremely limited resosurces).

you mean his project which the product can only take photo but not video?

YES !

Thankyou for reply =)