mirror of
https://github.com/Motion-Project/motion.git
synced 2026-05-24 14:37:31 -04:00
improved description for option input
This commit is contained in:
2
conf.c
2
conf.c
@@ -238,7 +238,7 @@ config_param config_params[] = {
|
||||
{
|
||||
"input",
|
||||
"# The video input to be used (default: 8)\n"
|
||||
"# Should normally be set to 1 for video/TV cards, and 8 for USB cameras",
|
||||
"# Should normally be set to 0 or 1 for video/TV cards, and 8 for USB cameras",
|
||||
0,
|
||||
CONF_OFFSET(input),
|
||||
copy_int,
|
||||
|
||||
@@ -52,7 +52,7 @@ v4l2_palette 8
|
||||
; tunerdevice /dev/tuner0
|
||||
|
||||
# The video input to be used (default: 8)
|
||||
# Should normally be set to 1 for video/TV cards, and 8 for USB cameras
|
||||
# Should normally be set to 0 or 1 for video/TV cards, and 8 for USB cameras
|
||||
input 8
|
||||
|
||||
# The video norm to use (only for video capture and TV tuner cards)
|
||||
|
||||
Reference in New Issue
Block a user