Page 1 of 1

Home Security system using Raspberry Pi B+

Posted: Wed May 13, 2015 6:10 am
by Manas Manohar
I am trying to make a security cam for my house using raspberry pi B+....
It would be very nice if you could help me out with the python programme :idea: :idea: .....
The features which i want on the programme are-
*It should be able to broadcast live videos
* It should alert us when a intruder comes at home
*We should be able to talk to the intruder ...so that we can ask what he wants and be able to hear what he says... :D

Re: Home Security system using Raspberry Pi B+

Posted: Wed May 13, 2015 6:40 am
by MarkHaysHarris777
Manas Manohar wrote: . . .
* It should alert us when a intruder comes at home
*We should be able to talk to the intruder ...so that we can ask what he wants and be able to hear what he says... :D
I'm disappointed... there no mention in the programming 'requirements' to have the ability to train laser guided weapons on the intruder should you not like the responses you receive.... also, don't forget to have it dial 911 and stream the house sounds to the police...

:shock:

Re: Home Security system using Raspberry Pi B+

Posted: Wed May 13, 2015 8:34 am
by elParaguayo
Manas Manohar wrote:I am trying to make a security cam for my house using raspberry pi B+....
It would be very nice if you could help me out with the python programme :idea: :idea: .....
The features which i want on the programme are-
*It should be able to broadcast live videos
* It should alert us when a intruder comes at home
*We should be able to talk to the intruder ...so that we can ask what he wants and be able to hear what he says... :D
Is that all?

Personally, I think you need to do far more work yourself before expecting other people to start helping out.

How much python do you know? If you know nothing then it seems ridiculous to try and jump into a project of this size already. You'll need to learn the basics of python first (there are plenty of threads in this forum about getting started).

Once you know a bit of python then break your requirements down into individual components and try and get each one working (if you've got some code already then post it here so we can offer specific help).

Also have a search on the forum for your requirements because I suspect a lot of them have been asked before.

I'm not trying to be unhelpful but, in my opinion, the Pi is about helping people to learn how to code and not about buying a piece of hardware and getting other people to give you the code. Granted, the learning is a two-way process but from your post it's hard to tell if you've made any effort so far.