mirror of
https://github.com/Motion-Project/motion.git
synced 2026-04-29 02:13:52 -04:00
Revised motion-dist
This commit is contained in:
@@ -128,7 +128,7 @@ netcam_tolerant_check off
|
||||
# RTSP connection uses TCP to communicate to the camera. Can prevent image corruption.
|
||||
# Default: on
|
||||
rtsp_uses_tcp on
|
||||
|
||||
|
||||
# Let motion regulate the brightness of a video device (default: off).
|
||||
# The auto_brightness feature uses the brightness option as its target value.
|
||||
# If brightness is zero auto_brightness will adjust to average brightness value 128.
|
||||
|
||||
@@ -101,7 +101,7 @@ framerate 2
|
||||
# This option is used when you want to capture images at a rate lower than 2 per second.
|
||||
minimum_frame_time 0
|
||||
|
||||
# URL to use if you are using a network camera, size will be autodetected (incl http:// ftp:// mjpg:// rstp:// or file:///)
|
||||
# URL to use if you are using a network camera, size will be autodetected (incl http:// ftp:// mjpg:// rtsp:// or file:///)
|
||||
# Must be a URL that returns single jpeg pictures or a raw mjpeg stream. Default: Not defined
|
||||
; netcam_url value
|
||||
|
||||
@@ -125,6 +125,10 @@ netcam_keepalive off
|
||||
# Default: off
|
||||
netcam_tolerant_check off
|
||||
|
||||
# RTSP connection uses TCP to communicate to the camera. Can prevent image corruption.
|
||||
# Default: on
|
||||
rtsp_uses_tcp on
|
||||
|
||||
# Let motion regulate the brightness of a video device (default: off).
|
||||
# The auto_brightness feature uses the brightness option as its target value.
|
||||
# If brightness is zero auto_brightness will adjust to average brightness value 128.
|
||||
|
||||
Reference in New Issue
Block a user