From 2eff1be223edcf19a2be96ba29d58569ed4a6da9 Mon Sep 17 00:00:00 2001 From: Pierre Cazenave Date: Wed, 8 Sep 2010 20:28:24 -0400 Subject: system/motion: Added (software motion detector) Signed-off-by: dsomero --- system/motion/README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 system/motion/README (limited to 'system/motion/README') diff --git a/system/motion/README b/system/motion/README new file mode 100644 index 0000000000..6a8114e181 --- /dev/null +++ b/system/motion/README @@ -0,0 +1,16 @@ +Motion is a program that monitors the video signal from one or more +cameras and is able to detect if a significant part of the picture +has changed. Or in other words, it can detect motion. + +Motion is a command line based tool. It has no graphical user +interface. Everything is setup via the command line or via a set of +configuration files. + +Optional dependencies are ffmpeg and postgresql. + +Once installed, please be sure to read /usr/doc/motion-3.2.11/README for +any configuration help. You will need to rename /etc/motion-dist.conf to +/etc/motion.conf once you have made the changes you deem necessary. + +This build has not been tested with the optional postgresql included, but +you're welcome to give it a go! -- cgit v1.2.3