Society of Robots - Robot Forum
Electronics => Electronics => Topic started by: ambcorp2000 on September 29, 2011, 06:58:34 PM
-
I saw this camera on eBay and at < $20 is was too tempting to resist and I purchased it even though I saw that it supports i2c and may not support a rs232 connection. I am very keen to know if someone has already worked on this kind of interface so avoid reinventing the wheel.
Details on this camera can be found here:
https://docs.google.com/viewer?pid=explorer&srcid=0B2_rhDNAxM4sMGMxZjdiOGYtNDk4Ni00OWY0LTk0MTctOTUwYTE2ZDFmNDFj&chrome=false&docid=b7c01bb403e76b07cb4b67972187afe4%7Ca7c472fefb2500d00f00b61cbae62ec3&chan=EwAAABYoHBWLCG%2BNeN94TBvYt9t603q%2B7Z0ImnjwtHmEVsTZ&a=v&rel=rar;r2;OV7670_DS_(1_4).pdf
Any help will be appreciated.... Thanks for your time.
-
Hi,
I saw this camera on eBay and at < $20 is was too tempting to resist and I purchased it even though I saw that it supports i2c and may not support a rs232 connection. I am very keen to know if someone has already worked on this kind of interface so avoid reinventing the wheel.
IIC can be used with any microcontroller in existence.
Details on this camera can be found here:
[...]
No cigar... Always check your links in the preview before posting!
-
(http://image.pushauction.com/ViewPicture.aspx?Key=ccfd8d52-4778-4d25-ba7b-cef656bf6eda_36ae5cc0-d6bd-4b2f-b5b4-e188fc9bec5e)
(http://i744.photobucket.com/albums/xx86/egochina/Camera01.jpg)
(http://i744.photobucket.com/albums/xx86/egochina/Camera03.jpg)
OV7670 Camera Module on eBay (http://www.ebay.com/sch/i.html?_from=R40&_trksid=m570&_nkw=OV7670+Camera+Module&_sacat=See-All-Categories)
Please download (http://www.egochina.net.cn/e-shop/eBay/Datasheet/ATmega32_tft_ov7670_REV4.1.rar) schematic , datasheets and sample code
Downloadable Resources including sample code for Atmega32 (http://www.bestelecs.com/download/cam_module/cam0m3/cam0m3.zip)
-
Freakin fantastic.....
Sorry about the link that I had posted. I am surprised to see that it works no more.....
-
FYI, the reason that camera is "cheap" is because it doesn't have any image processing capabilities. The Blackfin, although much more costly, has a powerful built in programmable processor to do all the 'heavy lifting'. Image processing/vision is very much processor intensive. Although the Axon can do it, it'll be very slow in comparison, perhaps just one or two frames per second (depending on the algorithm and image size). If your robot is really slow then no problem, but for even line following at normal speeds you'd need more like 5 or 10 fps at least . . .
-
Oh! so that's the gotcha.... one other way would be to send data throu a bluetooth to a PC and get the processed data back and have axon just take care of the switching and control aspects to conserve the MCU time... but if the grind can be saved with a few more $$$ I am all for that....
Thanks Admin.... you speak from pure experience (and expertise too)!!