Manas Manohar
Posts: 5
Joined: Wed May 13, 2015 5:14 am

Home Security system using Raspberry Pi B+

Wed May 13, 2015 6:10 am

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

User avatar
MarkHaysHarris777
Posts: 1820
Joined: Mon Mar 23, 2015 7:39 am
Location: Rochester, MN
Contact: Website

Re: Home Security system using Raspberry Pi B+

Wed May 13, 2015 6:40 am

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:
marcus
:ugeek:

User avatar
elParaguayo
Posts: 1943
Joined: Wed May 16, 2012 12:46 pm
Location: London, UK

Re: Home Security system using Raspberry Pi B+

Wed May 13, 2015 8:34 am

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.
RPi Information Screen: plugin based system for displaying weather, travel information, football scores etc.

Return to “Python”