$ sudo apt-get update $ sudo apt-get install motion ... Setting up motion (3.2.12-3.4) ... Adding group `motion' (GID 111) ... Done. Adding system user `motion' (UID 108) ... Adding new user `motion' (UID 108) with group `motion' ... Not creating home directory `/home/motion'. Adding user `motion' to group `video' ... Adding user motion to group video Done. Not starting motion daemon, disabled via /etc/default/motion ... (warning). Setting up ffmpeg (6:0.8.17-1+rpi1) ...
# Maximum number of frames to be captured per second. # Valid range: 2-100. Default: 100 (almost no limit). -framerate 2 +#framerate 2 +framerate 30
# Minimum time in seconds between capturing picture frames from the camera. # Default: 0 = disabled - the capture rate is given by the camera framerate. @@ -224,7 +228,8 @@ # Picture with most motion of an event is saved when set to 'best'. # Picture with motion nearest center of picture is saved when set to 'center'. # Can be used as preview shot for the corresponding movie. -output_normal on +#output_normal on +output_normal off
# Output pictures with only the pixels moving object (ghost images) (default: off) output_motion off @@ -410,7 +415,8 @@ webcam_maxrate 1
# Restrict webcam connections to localhost only (default: on) -webcam_localhost on +#webcam_localhost on +webcam_localhost off
# Limits the number of images per connection (default: 0 = unlimited) # Number can be defined by multiplying actual webcam rate by desired number of seconds