CCD or CMOS camera and BasicStamp
blakeney
Posts: 1
Hi all,
I'm a newbie to the BasicStamp world and was hoping somebody could answer a question for me.
I am working on a project which needs to take a digital image every 15 minutes and store that on board for later transmission over a modem.· The image doesn't need to be very high resolution (320x240x256 shades of gray would be more than enough).· The BasicStamp has everything I need the processor, real time clock, modem, etc.· I just haven't been able to locate any info on the CCD or CMOS camera.
Anybody know of any projects which have used these chips?
Thanks
Bernie Blakeney
·
I'm a newbie to the BasicStamp world and was hoping somebody could answer a question for me.
I am working on a project which needs to take a digital image every 15 minutes and store that on board for later transmission over a modem.· The image doesn't need to be very high resolution (320x240x256 shades of gray would be more than enough).· The BasicStamp has everything I need the processor, real time clock, modem, etc.· I just haven't been able to locate any info on the CCD or CMOS camera.
Anybody know of any projects which have used these chips?
Thanks
Bernie Blakeney
·
Comments
And the BS2 has 2K of EEPROM for your program, and 26 bytes of RAM. As a controller, it's outstandingly easy to apply. As a digital image storage device, it would not work well. If it can 'stand to one side' of the data flow, it can easily act as a process controller, though.
Rafael
Using DTMF you have numbers 0 through 9
You could use numbers 0 through 7 to represent 3 bits at a time
(76,800 * 8) / 3 = 204,800 Tones to send
I dont know how fast you can send tones but even if you could send at a rate of say 10 per second one picture would take 5.68 hours to send.
Convert the image to 9 level of grey using DTMF 1 through 9 to represent levels to send in 2 hours
compress image variaous mehods perhaps 1 hour send time
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Think outside the BOX!
Probably halve the time, right?
Rafael