From: Calin Crisan Date: Sat, 2 May 2015 23:14:41 +0000 (+0300) Subject: added output_motion to the list of known motion directives X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=1515cb81b83792d21943de1c76a1ed760ce344a4;p=motioneye-debian added output_motion to the list of known motion directives --- diff --git a/src/config.py b/src/config.py index 9dd9a41..231726a 100644 --- a/src/config.py +++ b/src/config.py @@ -1141,7 +1141,7 @@ def camera_dict_to_ui(data): 'on_event_end', 'on_event_start', 'output_pictures', 'picture_filename', 'post_capture', 'pre_capture', 'quality', 'rotate', 'saturation', 'snapshot_filename', 'snapshot_interval', 'stream_auth_method', 'stream_authentication', 'stream_localhost', 'stream_maxrate', 'stream_motion', 'stream_port', 'stream_quality', 'target_dir', 'text_changes', 'text_double', 'text_left', 'text_right', 'threshold', 'videodevice', 'width', - 'webcam_localhost', 'webcam_port', 'webcam_maxrate', 'webcam_quality', 'webcam_motion', 'ffmpeg_cap_new', 'output_normal', 'jpeg_filename', 'output_all', 'gap', 'locate', + 'webcam_localhost', 'webcam_port', 'webcam_maxrate', 'webcam_quality', 'webcam_motion', 'ffmpeg_cap_new', 'output_normal', 'output_motion', 'jpeg_filename', 'output_all', 'gap', 'locate', 'netcam_url', 'netcam_userpass', 'netcam_http', 'netcam_tolerant_check', 'netcam_keepalive' ])