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.
1 Answer 1
Arduinos have two major drawbacks:
- Not enough memory.
- 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/
answered Dec 7, 2014 at 8:14
-
Some more info from electronics.stackexchange: electronics.stackexchange.com/questions/50576/…Omer– Omer2014年12月07日 12:28:56 +00:00Commented Dec 7, 2014 at 12:28
lang-cpp