|
|
Massachusetts, USA
Offline
Tesla Member
Karma: 96
Posts: 6364
|
 |
« Reply #1 on: February 17, 2011, 10:31:11 am » |
Looks to me like the camera has 16 data pins and a pixel clock pin to let you know when to read the data. That's a LOT of data to read. You'll need the datasheet for the camera chip: http://www.cs.cmu.edu/~cmucam/Downloads/ov6620DSLF.PDF
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 23
Arduino rocks
|
 |
« Reply #2 on: February 17, 2011, 11:35:00 am » |
Thx for reply. =) Yes. I know the camera need lots of pins. I found that some project was used this C3088 with ATmega16. However, the Arduino Duemilanove use the ATmega328. It seems that the pins is not enough. So, is it possible to connect them together? 
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 19
Arduino rocks
|
 |
« Reply #3 on: February 17, 2011, 05:13:55 pm » |
If its fast enough, you might be able to use one of these(or similar)! http://www.sparkfun.com/products/9056It allows you to read/write many pins using a few.
|
|
|
|
|
Logged
|
|
|
|
|
Massachusetts, USA
Offline
Tesla Member
Karma: 96
Posts: 6364
|
 |
« Reply #4 on: February 17, 2011, 07:22:04 pm » |
Do you mean this project: http://www.robozes.com/inaki/dproject/report.pdfLooks like they read one pixel per scan line so they get one column per field. Since there are 320 columns it will take about 11 seconds to get an entire image and, since the Arduino has no place to store that amount of data, it has to be sent to a host computer as fast as it comes in.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 23
Arduino rocks
|
 |
« Reply #5 on: February 18, 2011, 12:12:58 am » |
Thx. But I am not familiar with this product. After the connection, will the data from the cam be lost? or which pins can connect to the Arduino through this device??
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 23
Arduino rocks
|
 |
« Reply #6 on: February 18, 2011, 12:19:43 am » |
Do you mean this project: http://www.robozes.com/inaki/dproject/report.pdfLooks like they read one pixel per scan line so they get one column per field. Since there are 320 columns it will take about 11 seconds to get an entire image and, since the Arduino has no place to store that amount of data, it has to be sent to a host computer as fast as it comes in. I will connect the SD card board for saving the data and pic. However, I still don't know is it possible to connect them together.
|
|
|
|
|
Logged
|
|
|
|
|
Bangalore
Offline
Newbie
Karma: 0
Posts: 2
|
 |
« Reply #7 on: September 12, 2011, 04:02:20 am » |
Hi all,
Please can any one tell me how can I connect a c3088 camera with to a robot made with Arduino ? Whar are the steps i need to follow.
Thanks, Deepa
|
|
|
|
|
Logged
|
|
|
|
|
Seattle, WA USA
Online
Brattain Member
Karma: 311
Posts: 35483
Seattle, WA USA
|
 |
« Reply #8 on: September 12, 2011, 05:24:01 am » |
Please can any one tell me how can I connect a c3088 camera with to a robot made with Arduino ? First, tell us what you expect/hope to be able to do with this camera.
|
|
|
|
|
Logged
|
|
|
|
|
Bangalore
Offline
Newbie
Karma: 0
Posts: 2
|
 |
« Reply #9 on: September 12, 2011, 07:08:35 am » |
Hi,
I just wanted to take snapshots periodically. If possible i wanted to change some of the properties of the camera as brightness etc.
Thanks, Deepa
|
|
|
|
|
Logged
|
|
|
|
|
Seattle, WA USA
Online
Brattain Member
Karma: 311
Posts: 35483
Seattle, WA USA
|
 |
« Reply #10 on: September 12, 2011, 07:46:13 am » |
I just wanted to take snapshots periodically. And do what with them? Send the data to the bit bucket? Then, why bother? http://www.robozes.com/inaki/dproject/report.pdf might be worth a look.
|
|
|
|
|
Logged
|
|
|
|
|
Central MN, USA
Offline
Faraday Member
Karma: 35
Posts: 5918
Phi_prompt, phi_interfaces, phi-2 shields, phi-panels
|
 |
« Reply #11 on: September 15, 2011, 03:55:09 pm » |
|
|
|
|
|
Logged
|
|
|
|
|
|