Cameras

Custom PCB Boards Getting Started Tips Timing Pulse Generation Object Exchange FAQ Programming Examples

 

bullet

The C328 VGA (640x480) camera module from COMedia LTD. has been successfully interfaced to the Propeller.

bullet

I wrote a code that shows a 2-bit preview image on VGA screen until mouse is pressed, when it saves 640x480 jpg to SD card. 

bullet
Here's what the preview image looks like: 
bullet
And, here's the actual photo:  
bullet
Notes: 
bullet
For some reason, the camera doesn't always connect.  Especially, if it was waiting for a response from a previous command.  For real project, might want to control power to the camera as it always seems to work when prop and camera powered on at same time with prop code in eeprom.
bullet
I don't know why but Photo Editor (on of my favorites) refuses to open the .jpg files, but every other program seems to be just fine with the pictures...
bullet

costs ~$50.   There is also a C628, 1.0 Megapixel camera, for ~$90

bullet

Harrison posted code in this thread that I used to get started.  His saves pictures in a MPG file to make a time-lapse video.

bullet

datasheet  is here.  

bullet

I'm not terribly impressed with this camera.  But, I haven't found anything simpler to use...

bullet

I'm using 2 of them to capture 3D photos with preview (spin code):

bullet

  Rig

bullet

   I can show 2-bit preview in red beside blue and use 3D glasses to see the preview using the cross-eyed technique.  But, it's better to show them both in gray and use an optical device for looking at 3D side-by-side photos.

bullet

Sample photo (.jps):  

bullet

I've tried to get the MCA25 working, but gave up...

bullet

Only $5 on Ebay...

bullet

Been hacked to work as webcam for AVR microcontroller

bullet

avr.auctionant.de/avr-ip-webcam/mca-25-kamera.html
avr.auctionant.de/avr-ip-webcam/mca-25-protokoll.html

bullet

Here's my code.  Doesn't work yet, but a good start for anyone else looking into it...