Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

help to interface digital camera with atmel mega 16

Status
Not open for further replies.

vicky_45

Junior Member level 2
Joined
Oct 29, 2010
Messages
20
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,404
hello,
I m working on home security system project, and want to interface digital camera with ATmega 16 MC.i want to know which kind of digital camera is suitable for my requirment. how to interface it.
 

if you could disassemble the camera and link up with the switching mechanism, you can do it pretty easily.
 

can u explain a bit more...
 

i am assuming that you are using a uC. the out from one of the ports drive a small relay that is linked with the a simple digital camera ,making it to witch ON and then snap a picture.
 

actually, when a digital camera took a snap and save it in its memory... now this saved snap is transmitted to MC.
but the problem is how the send this data to MC. there are some interfacing problems as well as selection of DIGITAL CAMERA...
 

why do you want to load it in to (mc= micro controller right?)
you may want to have a serial data comparable (RS 232) digital cam for the transmission to uC.
 

consumer cameras typically save the image in jpeg format, and use USB as an interface. Adding USB to your project is not too complex, but handling an image file becomes more difficult because of it's size.

I have no idea what the scope of your project is, but you might consider using a micro with USB to control the camera, then act as a hub to pass the file onto a more capable system for image file operations.

The beauty of consumer type cameras is thier low price for yesterday's models. The Canon A510/520 for instance can be had for under $40 from Ebay. These cameras allow full control over the USB port, with the exception of off/on. I overcame this by mounting a surfacemount transistor across the on/off switch, then connecting the base of that to the unused USB pin. My controller consists of an 89x5131 Atmel along with a Max3421 USB host driver. The micro, under a variety of trigger conditions, turns on the camera, then issues commands via USB, which can include zoom, image capture, viewfinder image stream, etc. The images are held resident in the cameras storage. When connected to a PC, the micro acts as a hub between camera and PC to allow normal image transfers.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top