What CCTV Software is available?

I would like to setup Ubuntu to capture motion in my studio and e-mail pictures of anyone who enters it. MS Windows has plenty of software to do this, but now that I switched 100% to Ubuntu, I need a software to accomplish this. Ideas?


Solution 1:

You can use Zoneminder.

ZoneMinder is intended for use in single or multi-camera video security applications, including commercial or home CCTV, theft prevention and child or family member or home monitoring and other care scenarios.1

The three main reasons for surveillance are security, safety and nosiness. Whether you need a visual check on a sleeping baby, or a video of a stranger putting your cat in a wheelie bin, Zoneminder fits the bill. Zoneminder is a sophisticated camera manager, including support for multiple image sources, motion detection, email alerts, and X10 automation. It supports most V4L (Video for Linux) devices, and can control network IP cameras. The web interface makes it ideal for use on our headless server.2Read On

To install Zoneminder, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command below.

sudo apt-get install zoneminder

Or

1Source:Ubuntu Apps Directory

2Source:TuxRadar

Solution 2:

You can try motion to to do what you want. It is a command line tool that runs in the background once setup.

See http://www.unixmen.com/how-to-turn-your-webcam-into-a-motion-detecting-security-spy-camera-in-linux/ and http://www.chriswpage.com/2009/05/setup-an-advanced-webcam-security-system-with-ubuntu-8-04-and-motion/ for setup guides.

The basic steps are:

  • Install motion: sudo apt-get install motion

or

  • Configure motion: sudo gedit /etc/motion/motion.conf
  • Start motion: sudo motion

Hope this helps