prop controlled camera?
adri
Posts: 34
Anyone used the prop to control a camera?
I'm after a system that will take a jpeg every 30 mins and transmit using an xbee.
I don't normally do electronics so if anyone has any suggestions as to components etc they'd be most welcome.
Many thanks
Adri
I'm after a system that will take a jpeg every 30 mins and transmit using an xbee.
I don't normally do electronics so if anyone has any suggestions as to components etc they'd be most welcome.
Many thanks
Adri
Comments
http://www.rayslogic.com/propeller/Programming/Cameras/cameras.htm
Also, I recently managed to boost the baud rate to ~600kbps or so...· I posted that code in this forum somewhere...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
My Prop Info&Apps: ·http://www.rayslogic.com/propeller/propeller.htm
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Computers are microcontrolled.
Robots are microcontrolled.
I am microcontrolled.
SX Spinning light display·
http://designedbymemicros.blogspot.com/
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
My Prop Info&Apps: ·http://www.rayslogic.com/propeller/propeller.htm
Getting close, but not quite there yet. www.4dsystems.com.au/prod.php?id=76
I've got it working with vb.net but identical code coming out of a propeller isn't quite working yet. But the day I did that testing was 44C so maybe some timing things were out with the serial interface.
You can send .jpg files but you need a file transfer protocol. I've been sending .jpg files wirelessly using xmodem, but to run xmodem you need an operating system (eg CP/M) and a temporary place to store pictures (large amounts of ram and/or and sd card). All this is working on the propeller dracblade. But not quite the video capture.
Going off on a tangent, I bought a keychain video recorder for $15 off ebay. It is surprisingly good quality - better than 640x480. Writes to a micro sd card. I put one on a model helicopter and filmed flying over my house. It writes .jpg or .avi files depending on still or video mode. Now, the propeller can read micro sd cards, so in theory, if you wrote to a micro sd, then switched the 4 pins (4066 or equivalent) you could then read the files into a propeller.
OR - there are long range video transmitters that take standard video off a security cam. Up to 5W at 2.4Ghz. It might be an easier solution than xbee. I have all the parts for that and they do work and it probably is the cheapest solution, but the catch is you can really only have one operating at any one time as they would interfere.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.smarthome.viviti.com/propeller
Post Edited (Dr_Acula) : 1/31/2010 12:41:17 AM GMT