[quote=“BurningTemplar”][quote=“E.Mk”]Hey Piero,
I think I can answer some of your questions;
- that color is Gray, IIRC. That’s the same color as the one that I bought
- the board is compatible with Arduino Leonardo - you can download the latest firmware, Servotor32, via Arduino 1.0+, so I can imagine that you can also add your custom logic on top(as long as you don’t remove any necessary code in Servotor32.
- There are some pins available, so I can imagine you can…although a CMOS cam sounds like it would be too much(I don’t know for sure!). Servotor32 1.3 is about 8KB compiled, so there’s ample room to expand on that, I believe.[/quote]
How to be sure if the cmos is too much?[/quote]
Keep in mind, I’m not an expert in this field… but from what I recall, if you want the arduino to control the camera (e.g. send signal to start/stop recording video, take picture) that is doable, but if you meant having the arduino receive the raw image and then process it(e.g. arduino to do edge detection/face recognition), you’ll need something with a lot more memory… maybe the Mega can handle it… but not sure about the lesser models.
I looked into doing this with an off the shelf serial port webcam(many, many years ago!) and the problem I faced was that the image I was getting from the webcam was too big for the MCU(low res grayscale was fine, though), and once I had it, the MCU took forever to process the image for face, complex patterns, etc.
But again, with projects with CMU Cam, maybe it has become easier?
Not sure what you wanted to do, if you wanted to simple control the camera, the MCU will suffice. If you envisioned something like, a vision processing robot, then you’ll need a lot more power… might wanna look into a Raspberry Pi or something(even though with a 700 mHz, 256/512MB RAM… I think it’ll be a challenge…)
some relevant places to look :
raspberrypi.org/phpBB3/viewt … 30&t=20681
raspberrypi.org/archives/1816
I guess the short answer is, I don’t know. I mean, it would help if you could describe what you want to do with the camera - perhaps someone more knowledgeable in that area can chime in.