diff --git a/motion_guide.html b/motion_guide.html index 875f6cd2..f2a49603 100644 --- a/motion_guide.html +++ b/motion_guide.html @@ -635,7 +635,7 @@ This is a list of shared libraries used by Motion and the RPM packages that prov
Motion will always need these libraries to be built and work| Library | RPM Packages | Debian Packages | |
|---|---|---|---|
| Library | RPM Packages | Debian Packages | |
| libm, libresolv, libdl, libpthread, libc, ld-linux, libcrypt, and libnsl | glibc and glibc-devel | libc6 , libc6-dev ,libglib1.2 | |
| libjpeg | libjpeg and libjpeg-devel | libjpeg62 and libjpeg62-dev ( optional libjpeg-mmx-dev ) | |
| libz | zlib and zlib-devel | zlib1g and zlib1g-dev |
| Library | RPM Packages | Debian Packages |
|---|---|---|
| Library | RPM Packages | Debian Packages |
| libavcodec, libavframe | ffmpeg and ffmpeg-devel or install from source | ffmpeg ,libavcodec1,libavcodec1-dev (*) |
| Library | RPM Packages | Debian Packages |
|---|---|---|
| Library | RPM Packages | Debian Packages |
| libmysqlclient | mysql and mysql-devel | libmysqlclient10 and libmysqlclient10-dev |
| Library | RPM Packages | Debian Packages |
|---|---|---|
| Library | RPM Packages | Debian Packages |
| libpq | postgresql-libs and postgresql-devel | postgresql-dev and libpgsql2 |
| New Options | Obsolete Options | ||
|---|---|---|---|
| New Options | Obsolete Options | ||
| text_left (3.1.13) text_right (3.1.13) text_changes (3.1.13) | drawtext_user (3.1.13) drawtext_shots (3.1.13) drawtext_changes (3.1.13) | ||
| jpeg_filename (3.1.13) ffmpeg_filename (3.1.13) snapshot_filename (3.1.13) timelapse_filename (3.1.13) predict_filename (3.1.13) (predict_filename removed in 3.1.18) | oldlayout (3.1.13) snapshots_overwrite (3.1.13) | ||
| snapshot_interval (3.1.13) | snapshots (3.1.13) |
| Option | Description | Editors comment | |
|---|---|---|---|
| Option | Description | Editors comment | |
| -n | Run in non-daemon mode. | Instead of running Motion in the background Motion runs in the terminal window writing messages when things happen. If you have problems getting Motion to start or work, run Motion in this mode to get more messages that can help you solve the problem. | |
| -s | Run in setup mode. | Also forces non-daemon mode | |
| -c config file path | Full path and filename of config file. | E.g. /home/kurt/motion.conf. Default is /usr/local/etc unless specified differently when building Motion. Many RPMs and debian packages will most likely use /etc or /etc/motion as default |
| Option | Range/Values Default | Description | |
|---|---|---|---|
| Option | Range/Values Default | Description | |
| auto_brightness | Values: on, off Default: off | Let motion regulate the brightness of a video device. Only recommended for cameras without auto brightness | |
| brightness | Values: 0 - 255 Default: 0 (disabled) | The brightness level for the video device. | |
| contrast | Values: 0 - 255 Default: 0 (disabled) | The contrast level for the video device. |
| Signal | Description | Editors comment | |
|---|---|---|---|
| Signal | Description | Editors comment | |
| SIGHUP | The config file will be reread. | This is a very useful signal when you experiment with settings in the config file. | |
| SIGTERM | If needed motion will create an mpeg file of the last event and exit | ||
| SIGUSR1 | Motion will create an mpeg file of the current event. |
| Conversion Specifier | Description | ||
|---|---|---|---|
| Conversion Specifier | Description | ||
| %a | The abbreviated weekday name according to the current locale. | ||
| %A | The full weekday name according to the current locale. | ||
| %b | The abbreviated month name according to the current locale. |
| Function | Old Option | New Option | Argument Appended |
|---|---|---|---|
| Function | Old Option | New Option | Argument Appended |
| Start of event (first motion) | execute | on_event_start | None |
| End of event (no motion for gap seconds) | New! | on_event_end | None |
| Picture saved (jpg or ppm) | onsave | on_picture_save | Filename of picture |