]> www.vanbest.org Git - motioneye-debian/commitdiff
fixed "all frames" still images capture mode
authorCalin Crisan <ccrisan@gmail.com>
Sat, 27 Sep 2014 08:31:06 +0000 (11:31 +0300)
committerCalin Crisan <ccrisan@gmail.com>
Sat, 27 Sep 2014 08:31:06 +0000 (11:31 +0300)
src/config.py

index dedad321453ab93bad04edd6769c846e18439b87..7ede8a2fda5648298ee90de4779fab997f2d2c53 100644 (file)
@@ -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']