|
|
North Yorkshire, UK
Offline
Faraday Member
Karma: 104
Posts: 5531
|
 |
« Reply #1 on: March 08, 2011, 05:48:55 am » |
No - the XBees cannot send video data.
Ok, they can theoretically if you do an awful lot of fiddling and a very low res and very low framerate but it's not worth it.
How is this arduino related? How is this related to 'Interfacing w/ software on the computer'?
|
|
|
|
|
Logged
|
|
|
|
|
Seattle, WA USA
Online
Brattain Member
Karma: 316
Posts: 35543
Seattle, WA USA
|
 |
« Reply #2 on: March 08, 2011, 06:38:55 am » |
I've been thinking about this, and, actually, I think that the answer is that yes, you can.
The thing that makes everyone assume that you can't is that the subject line doesn't match the camera description.
Sending video data anywhere is beyond the capabilities of the Arduino, because the volume of data is so high that the serial buffer would be constantly overflowing.
However, the camera you link to is NOT a video camera. It takes still pictures, and streams the data over a serial port. You can collect that serial data, from one port, faster than the camera sends it, and have the Arduino send that data out another serial port, that the XBee is connected to.
When all the data for one frame has been collected and sent, take another picture and repeat. Then, you have video, although at a very low frame rate.
Now, doing something with all that data on the receiver end could be a problem, but you didn't define the receiver, so maybe it isn't.
|
|
|
|
|
Logged
|
|
|
|
|
Rome, Italy
Offline
Newbie
Karma: 0
Posts: 4
|
 |
« Reply #3 on: March 08, 2011, 02:01:29 pm » |
Thank you for the replies  Do you know how can I interface the camera with XBee? (Which pin goes where...) I have never handled a XBee 
|
|
|
|
« Last Edit: March 08, 2011, 02:11:43 pm by xyvab »
|
Logged
|
I'm not a native English speaker, so please, if you want, correct my grammatical errors. Thank you 
|
|
|
|
Seattle, WA USA
Online
Brattain Member
Karma: 316
Posts: 35543
Seattle, WA USA
|
 |
« Reply #4 on: March 09, 2011, 06:34:23 am » |
TX on the camera to RX on the XBee. RX on the camera to TX on the XBee.
Connect grounds and power, too.
Of course, I think you are going to need an Arduino in the mix to define WHEN to take a picture.
|
|
|
|
|
Logged
|
|
|
|
|
Rome, Italy
Offline
Newbie
Karma: 0
Posts: 4
|
 |
« Reply #5 on: March 09, 2011, 11:40:03 am » |
Yes, I'm going to do so  Does it changes anything in the pin wiring (adding an Arduino)? Thanks again 
|
|
|
|
|
Logged
|
I'm not a native English speaker, so please, if you want, correct my grammatical errors. Thank you 
|
|
|
|
Seattle, WA USA
Online
Brattain Member
Karma: 316
Posts: 35543
Seattle, WA USA
|
 |
« Reply #6 on: March 09, 2011, 02:45:27 pm » |
Does it changes anything in the pin wiring (adding an Arduino)? Both the Arduino and XBee will share the Arduino's TX and RX pins, so the camera to Arduino connection is as shown above, and the XBee should be mounted on a shield which will automatically connect all the pins correctly.
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
UK
Offline
Brattain Member
Karma: 138
Posts: 19067
I don't think you connected the grounds, Dave.
|
 |
« Reply #7 on: March 09, 2011, 03:08:44 pm » |
I'm with the "yes" camp here, but the title of the thread is misleading - the data is not "video", and the product detail page makes no such claim.
|
|
|
|
|
Logged
|
Pete, it's a fool looks for logic in the chambers of the human heart.
|
|
|
|
Rome, Italy
Offline
Newbie
Karma: 0
Posts: 4
|
 |
« Reply #8 on: March 09, 2011, 03:11:51 pm » |
Does it changes anything in the pin wiring (adding an Arduino)? Both the Arduino and XBee will share the Arduino's TX and RX pins, so the camera to Arduino connection is as shown above, and the XBee should be mounted on a shield which will automatically connect all the pins correctly. Ok, thank you very much for your kindness and your support 
|
|
|
|
« Last Edit: March 09, 2011, 03:13:29 pm by xyvab »
|
Logged
|
I'm not a native English speaker, so please, if you want, correct my grammatical errors. Thank you 
|
|
|
|
|