File tree Expand file tree Collapse file tree 5 files changed +485
-450
lines changed Expand file tree Collapse file tree 5 files changed +485
-450
lines changed Original file line number Diff line number Diff line change 1
- The following is a brief overview of the building and installing instructions.
1
+ The following is a brief overview of the building and installing instructions for debian / ubuntu .
2
2
3
- For full instructions on how to build and install Motion, see the
4
- motion_guide.html that is distributed with this source code.
3
+ For full instructions on how to build and install Motion, see the motion_guide.html that is
4
+ distributed with this source code. The guide also includes instructions for building Motion
5
+ on distributions other than debian/ubuntu such as BSD, Mac and Centos.
5
6
6
- The building instructions vary based upon the base system and the desired options.
7
- For most installs, it will be desired to include either ffmpeg or libav and these will
8
- have associated dependencies which dictate the configuration options.
7
+ The packages and library names change frequently and vary across base operating systems.
8
+ Adjust the following lines as required by the base operating system.
9
9
10
- Build Packages:
11
- autoconf
12
- automake
13
- pkgconf
14
- libtool
15
- libjpeg8-dev
16
- build-essential
17
- libzip-dev
10
+ Install basic build packages:
11
+ sudo apt-get install autoconf automake pkgconf libtool libjpeg8-dev build-essential libzip-dev
18
12
19
- The option to include FFMPEG or Libav functionality in motion is a choice of one OR the other not both.
20
- The packages and library names change frequently and vary across base operating systems. If ffmpeg or
21
- libav are built and installed from source the custom motion configuration options will usually be needed.
22
-
23
- FFMPEG Packages
24
- libavformat-dev
25
- libavcodec-dev
26
- libavutil-dev
27
- libswscale-dev
28
- libavdevice-dev
29
-
30
- Libav Packages
31
- libavformat-dev
32
- libavcodec-dev
33
- libavutil-dev
34
- libswscale-dev
35
- libavdevice-dev
13
+ Install FFMPEG packages
14
+ sudo apt-get install libavformat-dev libavcodec-dev libavutil-dev libswscale-dev libavdevice-dev
36
15
37
16
Once required packages are installed, execute:
38
17
autoreconf -fiv
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- .TH MOTION 1 2017-10-29 "Motion" "Motion Options and Config Files"
1
+ .TH MOTION 1 2017-11-05 "Motion" "Motion Options and Config Files"
2
2
.SH NAME
3
3
motion \- Detect motion using a video4linux device or network camera
4
4
.SH SYNOPSIS
@@ -28,9 +28,6 @@ Run in non-daemon mode.
28
28
.B \- s
29
29
Run in setup mode. Also forces non-daemon mode.
30
30
.TP
31
- .B \- o
32
- Dump config options to log (for support purposes).
33
- .TP
34
31
.B \- d
35
32
Run with message log level 1-9.
36
33
.TP
@@ -197,6 +194,10 @@ V4L2_PIX_FMT_UYVY : 14 'UYVY'
197
194
V4L2_PIX_FMT_YUYV : 15 'YUYV'
198
195
V4L2_PIX_FMT_YUV422P : 16 '422P'
199
196
V4L2_PIX_FMT_YUV420 : 17 'YU12'
197
+ V4L2_PIX_FMT_Y10 : 18 'Y10'
198
+ V4L2_PIX_FMT_Y12 : 19 'Y12'
199
+ V4L2_PIX_FMT_GREY : 20 'GREY'
200
+ V4L2_PIX_FMT_H264 : 21 'H264'
200
201
.RE
201
202
Default: 17
202
203
Description:
@@ -1598,15 +1599,8 @@ Specified whether the web control/preview page should be raw or html format. Pr
1598
1599
.nf
1599
1600
Values:
1600
1601
.RS
1601
- 0 = disabled
1602
- 1 = Basic authentication
1603
- 2 = MD5 digest (the safer authentication)
1604
- .RE
1605
- Default: 0
1606
- Description:
1607
- .fi
1608
- .RS
1609
- The authentication method to use for viewing the web control.
1602
+ The username and password to use for authentication of the webcontrol.
1603
+ The format is Username:Password
1610
1604
.RE
1611
1605
.RE
1612
1606
You can’t perform that action at this time.
0 commit comments