Atmel AVR Microcontroller discussion group.
So far in May, you have voted 0 times ou of a total of 20 votes by the community.
Please help us clean the archives from unuseful discussion threads by using the voting system! Details here.
Is this thread worth a thumbs up?
[AVR club] connecting camera to avr - edd - Sep 7 12:58:21 2006
I want to connect a camera to the atmega128 but i dont know what
should i do? and what kind of camera i must to use? please help me
it's very important for me .
thank you
(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )Re: [AVR club] connecting camera to avr - Zack Widup - Sep 7 13:02:59 2006
I think we need more information than what you've given. What are you
trying to accomplish? Why do you want to connect a camera to an AVR? What
do you want it to do?
Zack
On Thu, 7 Sep 2006, edd wrote:
> I want to connect a camera to the atmega128 but i
dont know what
> should i do? and what kind of camera i must to use? please help me
> it's very important for me .
> thank you
(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )Re: [AVR club] connecting camera to avr - budinst - Sep 7 15:07:01 2006
hi,
i think bether is :
http://developer.axis.com/products/mcm/index.html
for camera (digital interface) to use
regards budinst
----- Original Message -----
From: edd
To: a...
Sent: Thursday, September 07, 2006 6:29 PM
Subject: [AVR club] connecting camera to avr
I want to connect a camera to the atmega128 but i dont know what
should i do? and what kind of camera i must to use? please help me
it's very important for me .
thank you
(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )[AVR club] Re: connecting camera to avr - Patrick Timlin - Sep 8 18:30:21 2006
--- In a..., "edd" wrote:
> I want to connect a camera to the atmega128 but i
dont know what
> should i do? and what kind of camera i must to use?
As Zach said, more information is needed on what it is you want to
do. "Camera" could be a lot of different things from a cheap web cam
to a high resolution digitial camera to camcorder or other motion
(e.g. security) camera.
If you want to simply have a camera hooked up and the AVR does nothing
more than command the camera to take photos, you might look into
earlier Digital still cameras with older RS-232 serial ports. These
are easily interfaced to an AVR and certain models used a chipset that
you can find the control codes for on the internet (Olympus cameras
for example).
Patrick
(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )Re: [AVR club] Re: connecting camera to avr - ali zarif - Sep 9 10:04:44 2006
Hi everybody and thank you for your messages
I want to make a system for door bells .
this system take's a picture from caller and save it to an EEPROM and show it to
owner of a house.
now what do you think? what kind of camera i must to use? help me please
thank you
Patrick Timlin
wrote: --- In a..., "edd" wrote:
> I want to connect a camera to the atmega128 but i
dont know what
> should i do? and what kind of camera i must to use?
As Zach said, more information is needed on what it is you want to
do. "Camera" could be a lot of different things from a cheap web cam
to a high resolution digitial camera to camcorder or other motion
(e.g. security) camera.
If you want to simply have a camera hooked up and the AVR does nothing
more than command the camera to take photos, you might look into
earlier Digital still cameras with older RS-232 serial ports. These
are easily interfaced to an AVR and certain models used a chipset that
you can find the control codes for on the internet (Olympus cameras
for example).
Patrick
---------------------------------
Do you Yahoo!?
Get on board. You're invited to try the new Yahoo! Mail.

(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )Re: [AVR club] Re: connecting camera to avr - Zack Widup - Sep 9 10:34:18 2006
I think yur best solution for this is to use a PC. If space is a
consideration you might use a Palm Pilot.
I am assuming you want to be able to identify the person in the photo. A
photo of any quality is going to take several thousands of bytes, ideally
several hundreds of thousands of bytes. You aren't going to be able to
store one picture of any quality in the EEPROM space of an AVR.
If you just want to use the AVR for control and not for storage, you'd
have to decide on what camera to get and then ideally get the service
manual for that camera. I don't have any particular recommendations for
a camera right now. Do some study at the various photo store websites and
look for something that says it has an external trigger feature.
Zack
On Sat, 9 Sep 2006, ali zarif wrote:
> Hi everybody and thank you for your messages
> I want to make a system for door bells .
> this system take's a picture from caller and save it to an EEPROM and show it
to owner of a house.
> now what do you think? what kind of camera i must to use? help me please
> thank you
>
(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )Re: [AVR club] Re: connecting camera to avr - David VanHorn - Sep 9 11:18:19 2006
On 9/9/06, ali zarif
wrote:
>
> Hi everybody and thank you for your messages
> I want to make a system for door bells .
> this system take's a picture from caller and save it to an EEPROM and show
> it to owner of a house.
> now what do you think? what kind of camera i must to use? help me please
> thank you
It would certainly be possible to use the AVR to manage a camera, external
nand flash or EEProm, and a communication interface.
There's a small camera on the sparkfun site that they have worked out the
interface on, and you could use something like serial, or bluetooth for
wireless communication through the AVR's serial port.
Communicating at 115200, a picture of reasonable quality will take a few
seconds to transmit.

(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )Re: [AVR club] connecting camera to avr - geor...@gmail.com - Jun 29 8:06:56 2007
You can make use of a CMOS Camera Module with compressed output + AVR Mega
series + Storage Medium
(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )