Hey, I was wondering about interfacing a USB Web Cam with the Arduino UNO. Say a 640 x 480, 256 colour one? I have looked at how I want to process the information pixel per pixel and I don't want to save it to the ram so size there is not an issue. Frame rate is not a problem as well. I was looking at using the miniUSB Adapter or something. The main problem that I am facing right now is that I am not exactly sure how web cams send there information. If it is through USB obviously it is one bit at a time. I am assuming that it's gonna be in RAW 8 format as well. Does it wait for you to clock it to send a byte? Does it just send bytes at a certain frequency? How can I capture that input and process it one byte (1 pixel) at a time?
Thanks!!!