Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

Is it possible to use this with Arduino to record and store videos on memory card?

Additionally, if someone has already done it, a tutorial link would be appreciated.

share|improve this question

Arduinos have two major drawbacks:

  1. Not enough memory.
  2. Way too slow.

There's a shield to help you do that:

http://nootropicdesign.com/ve/ http://blog.arduino.cc/2011/03/24/arduino-computer-vision-with-video-experimenter-shield/

share|improve this answer
    
Some more info from electronics.stackexchange: electronics.stackexchange.com/questions/50576/… – Omer Dec 7 '14 at 12:28

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.