From bdf3a674939f0240a54321d7510bd6ff57fb1699 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sat, 27 Sep 2014 11:31:06 +0300 Subject: [PATCH] fixed "all frames" still images capture mode --- src/config.py | 1 + 1 file changed, 1 insertion(+) 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'] -- 2.39.5