CMUCam Help Required!
John Board
Posts: 371
G'day,
I got a nice, shiny new red box today, straight from Sparkfun, with a spankin' new CMUCam in it! The only problem is... I've no clue how to hook it up, and code it... I've looked for docs (and still am), but each one only seems to solve one bit of the problem, nothing really shows the entirety of the solution. Does anyone know where I can lay my hand on "wiring" docs, and coding docs? I'd also be appreciative if anyone has some sample code I could test...
Thanks
-John
I got a nice, shiny new red box today, straight from Sparkfun, with a spankin' new CMUCam in it! The only problem is... I've no clue how to hook it up, and code it... I've looked for docs (and still am), but each one only seems to solve one bit of the problem, nothing really shows the entirety of the solution. Does anyone know where I can lay my hand on "wiring" docs, and coding docs? I'd also be appreciative if anyone has some sample code I could test...
Thanks
-John
Comments
Did you look at this page here? http://cmucam.org/projects/cmucam4/wiki/SparkFun_Camera
That page has a link called "Board Layout and Port Information" among other things, looking at hat shows you the hookups.
http://cmucam.org/attachments/689/CMUcam4%20Arduino%20Shield%20DOC%20BL&P%20-%20v10.pdf
John mentioned in the top post, the camera was from SparkFun. Here's the link.
I'm pretty sure another version of the CMUcam is being made by Parallax. I don't know how long it will take Parallax to get them produced and up for sale. I'm personally waiting for the Parallax version since I don't like the "shield" form factor.
I've found out how to hook it up etc, and I am now writing the code. For simplicity sake I'm using the Prop, this is what I have so far...
Can anyone see any issues with it? It doesn't seem to be turning off the Red LED on the board.
Note: This code is very preliminary, I only started working on it like 1/2 hour ago...
As another note, I myself don't like the sheild formfactor either :P I would have waited for parallax to release their version, however I need something up and running ASAP.
Thanks,
John
I had been waiting for the Parallax version but apparently they aren't going to be making one. Kye just mentioned this.
Looks like I'll get the SparkFun version.
The terminal output:
It doesn't seem to finish the transmission before stopping... any ideas?
EDIT: With a bit of trickery I think I can get around this using a serial.rx instead of serial.rxStr.... Although any ideas on the above solution will be greatly appreciated
There could also be a problem with the "rxstr" limiting the size of a string.
At the moment I'm just improving my software and writing a small java GUI. I'll post when I have a nice usable library