mirror of
https://github.com/Motion-Project/motion.git
synced 2026-01-31 01:51:41 -05:00
30 lines
991 B
Plaintext
30 lines
991 B
Plaintext
Source: motion
|
|
Section: graphics
|
|
Priority: optional
|
|
Build-Depends: debhelper, libjpeg62-dev, zlib1g-dev, libavcodec-dev, libavformat-dev
|
|
Maintainer: Angel Carpintero <ack@telefonica.net>
|
|
Standards-Version: 3.6.1.0
|
|
|
|
Package: motion
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}
|
|
Recommends: ffmpeg
|
|
Suggests: mysql-client, postgresql-client, mjpegtools
|
|
Description: V4L capture program supporting motion detection
|
|
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 either via the
|
|
command line or via configuration files.
|
|
.
|
|
The output from motion can be:
|
|
- jpg files
|
|
- ppm format files
|
|
- mpeg, avi, swf video sequences
|
|
.
|
|
Also, motion has its own minimalistic web server. Thus,
|
|
you can access the webcam output from motion via a browser.
|