* Changed how jpeg is written to file Removed redundant code, put jpeg to memory and then write to file using fwrite * Similar reuse of function put_jpeg_grey_memory * Add jpeg error handler to put_jpeg_yuv420p_memory Handlers copied from jpegutils.c * Too much copied, removing extra line * Similar changes to grey jpeg code * Moved jpeg related functions from picture.c to jpegutils.c * Fix for travis: unused parameter * Few more unnecessary code removed from picture.c * Fix for travis: no previous prototype * Adjust function names and headers
Motion
Status
The build status from travis-ci for the master branch is:
Description
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.
Documentation
The documentation for Motion is contained within the file motion_guide.html.
The offline version of this file is available in the doc/motion directory. The online version of the motion_guide.html file can be viewed here
In addition to the detailed building instructions included within the guide, the INSTALL file contains abbreviated building instructions.
Resources
Please join the mailing list here
We prefer support through the mailing list because more people will have the benefit from the answers. A archive of mailing list discussions can be viewed here
License
Motion is mainly distributed under the GNU GENERAL PUBLIC LICENSE (GPL) version 2 or later. See the copyright file for a list of all the licensing terms of the various components of Motion.
The file CREDITS lists the many people who have contributed to Motion over the years.
Contributing
Issues and Patches should be submitted via github and include detail descriptions of the issue being addressed as well as any documentation updates that would be needed with the change.