Home surveillance system with streaming video and sound?

Hi,

I am trying to gather the parts to create a home surveillance system that could stream video with sound over wifi or over the internet.

While I could not find a camera component in the arduino store, I was searching for a documentation on connecting a regular usb camera to arduino but so far I could not find any useful info.

I would be really grateful if someone would guide me finding the right parts that could do the job.

Regards,
Vedtam

While I could not find a camera component in the arduino store, I was searching for a documentation on connecting a regular usb camera to arduino but so far I could not find any useful info.

So that tells you it can't be done.
The Arduino Uno has not got the processing power nor the memory for handling video.

:frowning: And what about Arduino Yun?

Yes you can connect video things to a Yun, google it.

Or
Guide to Setup Streaming Web Cam on the Yun
http://forum.arduino.cc/index.php?topic=188690.0;topicseen

Yeeyy...

Thanks!