Difference between revisions of "Motion"
From LinuxMCE
Line 1: | Line 1: | ||
− | + | ==Introduction== | |
Motion is an open source surveillance camera recording software. Its homepage is found at [[http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome here]] and is very well written and documented. Its main feature is that it detects motion (hence the name!) and can start recording based on motion criteria. | Motion is an open source surveillance camera recording software. Its homepage is found at [[http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome here]] and is very well written and documented. Its main feature is that it detects motion (hence the name!) and can start recording based on motion criteria. | ||
− | ==Motion in | + | ==Motion in LinuxMCE== |
− | + | LinuxMCE has a wrapper that connects to Motion. You add this wrapper as an "Interface" on the Interface page. It is called, "Motion Wrapper". You must have this interface prior to setting up your cameras. | |
− | ==Compiling (contributing) to Motion Wrapper in | + | ==Compiling (contributing) to Motion Wrapper in LinuxMCE== |
On 0.41 version of Pluto I wanted to incorporate few changes into Motion wrapper. I decided to compile it and described procedure [[How_to_compile_Motion_Wrapper|here]]. | On 0.41 version of Pluto I wanted to incorporate few changes into Motion wrapper. I decided to compile it and described procedure [[How_to_compile_Motion_Wrapper|here]]. |
Revision as of 15:21, 16 March 2007
Introduction
Motion is an open source surveillance camera recording software. Its homepage is found at [here] and is very well written and documented. Its main feature is that it detects motion (hence the name!) and can start recording based on motion criteria.
Motion in LinuxMCE
LinuxMCE has a wrapper that connects to Motion. You add this wrapper as an "Interface" on the Interface page. It is called, "Motion Wrapper". You must have this interface prior to setting up your cameras.
Compiling (contributing) to Motion Wrapper in LinuxMCE
On 0.41 version of Pluto I wanted to incorporate few changes into Motion wrapper. I decided to compile it and described procedure here.