Motion: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Software
|Website=http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome
|License=GPL
|OS=GNU/Linux
|Media=Surveillance
|Format=PNG
|Interface=Command-line interface,
|Wikipedia=http://en.wikipedia.org/wiki/Motion_%28surveillance_software%29
|Thumbnail=File:Motion-trans.gif
}}
Motion is an open source "software motion detector".
Motion is an open source "software motion detector".
http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome


It's a command line program, designed to run optionally as a "daemon". It uses Video4Linux for camera input (e.g. webcams). It includes scripting possibilities.
It's a command line program, designed to run optionally as a "daemon". It uses Video4Linux for camera input (e.g. webcams). It includes scripting possibilities.
Line 15: Line 24:


To start I opened a terminal, made a folder to work in (in my system /home/murtaugh/Documents/motion), and cd'd into this folder. The I made a copy of the default conf file to make changes to. When you start motion, it will first look for a file named "motion.conf" in the current directory. You can also start it with the "-c" option to specify a custom configuration file (useful if you have different kinds of setups you want to test).
To start I opened a terminal, made a folder to work in (in my system /home/murtaugh/Documents/motion), and cd'd into this folder. The I made a copy of the default conf file to make changes to. When you start motion, it will first look for a file named "motion.conf" in the current directory. You can also start it with the "-c" option to specify a custom configuration file (useful if you have different kinds of setups you want to test).
http://www.debian-administration.org/article/An_Introduction_to_Video_Surveillance_with_%27Motion%27


=== Code Examples ===
=== Code Examples ===


[[MotionBox]]
[[MotionBox]]

Latest revision as of 14:39, 1 October 2013

Website http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome
License GPL
OS GNU/Linux
Media Surveillance
Format PNG
Interface Command-line interface,
Wikipedia http://en.wikipedia.org/wiki/Motion_%28surveillance_software%29
Thumbnail

Motion is an open source "software motion detector".

It's a command line program, designed to run optionally as a "daemon". It uses Video4Linux for camera input (e.g. webcams). It includes scripting possibilities.

By default, motion, puts some interesting files in the following places:

/etc/motion/motion.conf
/var/lib/motion/snapshots
/usr/share/doc/motion/examples

Following the "tuning" instructions: http://www.lavrsen.dk/twiki/bin/view/Motion/TuningMotion

To start I opened a terminal, made a folder to work in (in my system /home/murtaugh/Documents/motion), and cd'd into this folder. The I made a copy of the default conf file to make changes to. When you start motion, it will first look for a file named "motion.conf" in the current directory. You can also start it with the "-c" option to specify a custom configuration file (useful if you have different kinds of setups you want to test).


http://www.debian-administration.org/article/An_Introduction_to_Video_Surveillance_with_%27Motion%27

Code Examples

MotionBox