How to build a wireless camera system with Arduino?

Hello Friends,

I've got two nRF24L01 modules, two Arduino boards, and a webcam.I want to build a security system for my family and I want to use those modules above to build a wireless camera.

I would like to know how to send data from the webcam through nRF24L01 modules to my computer?

I've already downloaded the Mirf defination pack form the Arduino Playgroud. What should I do next?

Thanks for all your help.

What kind of webcam?
If its a USB Webcam , then its not possible to do with Arduino as the USB data rate is too fast.

It's just a normal USB webcam...
But I can remove the RS232-USB converter so that it can be used in serial mode.
Will that be helpful?

There is no USB to serial converter in a web cam, it dosn't work like that.
Then those transmitters do not have the bandwidth to carry video.
Forget it it can't be done with those components.

Is that possible if I only use the nRF24L01 instead of using Arduino board? Or any way that can transmit the signal wirelessly?

Is that possible if I only use the nRF24L01 instead of using Arduino board?

What part of:-

those transmitters do not have the bandwidth to carry video.

Are you having trouble with?

Why reinvent the wheel???

Hi!
Why You do not use instead a Raspberry Pi (mod. A) with camera module and a WiFi dongle?
Camillo