• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H03-May-2022-370276

doc/H03-May-2022-5,2814,825

man/H25-Oct-2020-2,3732,215

po/H25-Oct-2020-65,13050,835

scripts/H25-Oct-2020-1915

src/H03-May-2022-39,51326,383

.gitignoreH A D25-Oct-2020806 6559

.travis.ymlH A D25-Oct-20204.9 KiB10096

CONTRIBUTING.mdH A D25-Oct-20203 KiB5938

ISSUE_TEMPLATE.mdH A D25-Oct-2020408 97

Makefile.amH A D25-Oct-20202.5 KiB6955

README.mdH A D25-Oct-20201.6 KiB4326

configure.acH A D03-May-202217.1 KiB523483

README.md

1Motion
2=============
3
4## Status
5The build status from travis-ci for the master branch is: [![Build Status](https://travis-ci.org/Motion-Project/motion.svg?branch=master)](https://travis-ci.org/Motion-Project/motion)
6
7## Description
8
9Motion is a program that monitors the video signal from one or more cameras and
10is able to detect if a significant part of the picture has changed. Or in other
11words, it can detect motion.
12
13## Documentation
14
15The documentation for Motion is contained within the file motion_guide.html.
16
17The offline version of this file is available in the **doc/motion** directory.  The
18online version of the motion_guide.html file can be viewed [here](https://motion-project.github.io/motion_guide.html)
19
20In addition to the detailed building instructions included within the guide, the
21INSTALL file contains abbreviated building instructions.
22
23## Resources
24
25Please join the mailing list [here](https://lists.sourceforge.net/lists/listinfo/motion-user)
26
27We prefer support through the mailing list because more people will have the benefit from the answers.
28A archive of mailing list discussions can be viewed [here](https://sourceforge.net/p/motion/mailman/motion-user/)
29
30## License
31
32Motion is mainly distributed under the GNU GENERAL PUBLIC LICENSE (GPL) version 2 or later.
33See the copyright file for a list of all the licensing terms of the various components of Motion.
34
35The file CREDITS lists the many people who have contributed to Motion over the years.
36
37## Contributing
38
39Issues and Patches should be submitted via github and include detail descriptions
40of the issue being addressed as well as any documentation updates that would be
41needed with the change.
42
43