From: Calin Crisan <ccrisan@gmail.com> Date: Sat, 27 Sep 2014 08:31:06 +0000 (+0300) Subject: fixed "all frames" still images capture mode X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=bdf3a674939f0240a54321d7510bd6ff57fb1699;p=motioneye-debian fixed "all frames" still images capture mode --- diff --git a/src/config.py b/src/config.py index dedad32..7ede8a2 100644 --- a/src/config.py +++ b/src/config.py @@ -683,6 +683,7 @@ def camera_ui_to_dict(ui): data['snapshot_filename'] = ui['image_file_name'] elif capture_mode == 'all-frames': + data['output_pictures'] = True data['emulate_motion'] = True data['picture_filename'] = ui['image_file_name']