|
Posted by Stef Mientki on August 23, 2005, 5:57 pm
jro wrote:
>>>I am studying digital electronics and I need to build a low-resolution
>>>camera unit which can transmit the captured frame over an RS232 comm
>>>channel.
>>>I will use a CMOS camera chip and a low cost microcontroller (ATMega or
>>>PIC) because of limited student budget.
>
>
> Hi Dave,
> I developed the AVRcam last year that fits this exact specification:
> CMOS image sensor mated to an Atmel mega8 microcontroller. It is
> capable of tracking up to 8 objects of 8 different user-defined colors
> at 30 frames/sec. It can also spit out a complete color image over a
> serial port. Check out:
>
> http://www.jrobot.net
>
> for more details. There is also a forums section there that discusses
> what people are doing with the system, and what issues arise with such
> as system.
>
Interesting !
I see you use a resolution of 88 * 144,
wouldn't then an optical mouse (I think 64*64) also bee enough ?
Stef Mientki
|
>camera unit which can transmit the captured frame over an RS232 comm
>channel.
> I will use a CMOS camera chip and a low cost microcontroller (ATMega or
> PIC) because of limited student budget.
> Can you tell me if you can see any design tricks/pitfall on this project
> that I need to be aware of?
> Where can I order a low-res CMOS camera chip in Australia?
> Hugo