Jpeg color camera TTL interface
Jimbo30
Posts: 129
Hypothetically, what would one need to interface a TTL color camera with a BSII? Could this then be used with a wireless setup?
http://www.sparkfun.com/products/10061
http://www.sparkfun.com/products/10061
Comments
The smallest image of the camera you showed is 160 x 120 which is on the order of 16K pixels. You can probably get a greyscale image with one byte per pixel. Compressed with JPEG, I don't know if it could be made to fit in part of the 2K of EEPROM.
The BS2 is also fairly slow. It's marginal at receiving serial data at 9600 Baud although can transmit at up to 19200 Baud.
You could certainly use a Propeller with this camera. It has the memory and the speed for 160 x 120 pixel mode. If you attach some external SRAM, you could save images in the QVGA or VGA modes as well. The Propeller can also handle higher Bauds.
I'm hoping to interface it with the a Prop. It a "back burner" project for now but if anyone else is using one with a Prop, I'd like to help (or be helped).
I'm hope I'm not too far OT. It looks like the camera isn't a good fit for the Stamp so I figured it would be okay to plug the Prop.
Duane
Thanks Duane
Would it be productive to use the CMU cam in a wireless application?
I can imagine some very specific wireless applications where a CMU cam could be used, but you haven't stated your needs. Read the CMU cam documentation, see how it works, then decide if it fits your needs. Remember that the Stamp reads the data from a separate controller on the CMU cam board and would then transmit the data via some kind of wireless transceiver. There's no direct connection to the camera.
Perhaps I should have been more specific in my implication. In the end you did answer my question, however. Thanks, Mike