From: sarath.mmrec on
Hi
I want to connect my webcam with microcontroller or processor for
capturing the images and send through air(network)through gsm modem.
For that,
I have confirmed that ARM processor is suffiecient,but the problem
is I just want to port an RTOS on processor for writing device drivers for
webcam to control the parameters.

If u have any ideas pls send me...
thanks



---------------------------------------
Posted through http://www.EmbeddedRelated.com
From: D Yuniskis on
sarath.mmrec wrote:
> I want to connect my webcam with microcontroller or processor for
> capturing the images and send through air(network)through gsm modem.
> For that,
> I have confirmed that ARM processor is suffiecient,but the problem
> is I just want to port an RTOS on processor for writing device drivers for
> webcam to control the parameters.
>
> If u have any ideas pls send me...

If all you are looking for is "to port an RTOS", there are several
pre-existing offerings that can probably satisfy your need.
Google is your friend.
From: Tom on
In article <g6qdnfpcgNbM8BvWnZ2dnUVZ_qSdnZ2d(a)giganews.com>, "sarath.mmrec" <sarath.mmrec(a)gmail.com> wrote:
>Hi
> I want to connect my webcam with microcontroller or processor for
>capturing the images and send through air(network)through gsm modem.
>For that,
> I have confirmed that ARM processor is suffiecient,but the problem
>is I just want to port an RTOS on processor for writing device drivers for
>webcam to control the parameters.
>
>If u have any ideas pls send me...
> thanks

You could always buy one that's already made and see how they did it:
http://www.dinodirect.com/0-3-Mega-Pixel-60-7-9M-CMOS-GSM-Wired-Camera-GC-009.
html
I'm fairly certain that there are no drivers or RTOS required.

The other option is to get a GSM phone with a built-in camera and write a J2ME
program that captures the images and sends them off. Same result and no RTOS
or drivers required.

Is there any reason why you HAVE to use an ARM processor with RTOS for
something this simple?