Author: AngelCarpintero
Date: 2007-11-15 03:03:50 +0100 (Thu, 15 Nov 2007)
New Revision: 255
Modified:
trunk/motion-dist.conf
trunk/motion.1
Log:
Fix motion.1 and motion-dist.conf according with changes in 3.2.9
Modified: trunk/motion-dist.conf
===================================================================
--- trunk/motion-dist.conf 2007-11-12 06:18:11 UTC (rev 254)
+++ trunk/motion-dist.conf 2007-11-15 02:03:50 UTC (rev 255)
@@ -157,7 +157,7 @@
# Picture frames must contain motion at least the specified number of frames
# in a row before they are detected as true motion. At the default of 1, all
-# motion is detected. Valid range: 1 to thousands, recommended 1-10
+# motion is detected. Valid range: 1 to thousands, recommended 1-5
minimum_motion_frames 1
# Specifies the number of pre-captured (buffered) pictures from before motion
@@ -449,10 +449,10 @@
# of picture frames (default: 10)
track_move_wait 10
-# Speed to set the motor to (default: 255)
+# Speed to set the motor to (stepper motor option) (default: 255)
track_speed 255
-# Number of steps to make (default: 40)
+# Number of steps to make (stepper motor option) (default: 40)
track_stepsize 40
@@ -556,7 +556,7 @@
# PostgreSQL database to log to (default: not defined)
; pgsql_db value
-# The host on which the database is located (default: not defined)
+# The host on which the database is located (default: localhost)
; pgsql_host value
# User account name for PostgreSQL database (default: not defined)
Modified: trunk/motion.1
===================================================================
--- trunk/motion.1 2007-11-12 06:18:11 UTC (rev 254)
+++ trunk/motion.1 2007-11-15 02:03:50 UTC (rev 255)
@@ -189,7 +189,7 @@
.B minimum_motion_frames boolean
Values: 1 - 1000s / Default: 1
.br
-Picture frames must contain motion at least the specified number of frames in a row before they are detected as true motion. At the default of 1, all motion is detected. Valid range is 1 to thousands, but it is recommended to keep it within 1-10.
+Picture frames must contain motion at least the specified number of frames in a row before they are detected as true motion. At the default of 1, all motion is detected. Valid range is 1 to thousands, but it is recommended to keep it within 1-5.
.TP
.B motion_video_pipe string
Values: Max 4095 characters / Default: Not defined
@@ -307,7 +307,7 @@
Name of the PostgreSQL database.
.TP
.B pgsql_host string
-Values: Max 4095 characters / Default: Not defined
+Values: Max 4095 characters / Default: localhost
.br
IP address or domain name for the PostgreSQL server. Use "localhost" if motion and PostgreSQL runs on the same server.
.TP
|