Jodasaatt
Posts: 1
Joined: Tue Dec 08, 2015 9:56 pm

Selecting a PI for a security camera application

Tue Dec 08, 2015 10:16 pm

Non-English speaking chemist here so please be nice...

I want to build a simple camera that starts storing when the image/picture changes. My question is therefore which model is easiest to start from. Zero along with a regular webcam or 2B with the camera module?

I wish to have motion detection to more easily get an overview of what has happened.

The less the programming needed the better ...

Navyscourge
Posts: 258
Joined: Sat Oct 24, 2015 1:50 pm

Re: Selecting a PI for a security camera application

Wed Dec 09, 2015 9:08 am

There are a lot of projects that use the Pi in this way. You can use a standard USB webcam or the camera module that is specific to the Pi. The software you need is called Motion - search the internet for details, and see if you can find a project that is similar to what you need. One you can look at is here: http://www.codeproject.com/Articles/665 ... nce-camera (perhaps does more than you want)

You need to decide a few things, such as how you are supplying power, where will the Pi / camera be mounted, what sort of network connection you will use, where you want to store your pictures, and will you have it running all day or just part of the time? You have given the two models at the ends of the selection range, a Pi2 is more powerful if processing your pictures is important and the PiZero uses less power; the different cost of the Pis will not be significant so I would probably start with a Pi2. You should be able to swap it for a different model when you have it working if you change your mind

Return to “Beginners”