Camera module options?
I'm trying to find a starting point·on a project for my brother.·I need a camera module to take a picture twice a day for a year, and store it on a SD card. It will be remotely located in the wilds of Alaska, so low power is a consideration.·Sort of a picture data logger. Not talking high resolution. The CMUcam3 seems like·it would work, but it is a bit of overkill.·I just cant seem to find·a camera module that will output a picture file. Plenty of video out units. Anyone run across something like this?
Post Edited (Interact) : 12/14/2008 12:31:47 AM GMT
Post Edited (Interact) : 12/14/2008 12:31:47 AM GMT
Comments
so it'd go off whenever you want.
I guess I was hoping for something like the μOLED-128-G1 only with a camera instead of a display. Hacking a camera would work, I guess, but it would be nice to have a bit more control over the camera than just on/off and take picture. I think he may want to average 10 rapid pictures and store the average. (for example) That could be done after the device is retrieved, but memory becomes a factor after a while. I guess I can go through the trouble of starting from scratch. Just seems like every time I do that someone says " why didn't you just use one of these already done little Jobie's". Smack self on head.
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
Suzuki SV1000S motorcycle
Is there existing code for that chip to grab an image from the camera and output it as a file?
Rayman documented his work with the camera on his website: www.rayslogic.com/propeller/Programming/Cameras/cameras.htm. The camera is a bit weird once it goes to sleep. I think it's best if you control its power externally and turn it on 5 seconds before you need a snapshot. Otherwise it'll act bad and stop responding to commands after maybe a minute of no activity.
www.robozes.com/inaki/dproject/report.pdf
His code is here: www.robozes.com/inaki/dproject/code.zip
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
Suzuki SV1000S motorcycle
Post Edited (Leon) : 12/15/2008 1:11:37 PM GMT