diff --git a/screenless/bureau/photography/photography.py b/screenless/bureau/photography/photography.py index 3ca8364..32b376a 100644 --- a/screenless/bureau/photography/photography.py +++ b/screenless/bureau/photography/photography.py @@ -99,7 +99,7 @@ class Photography(Bureau): time.sleep(2) killer_cmd = "killall -s SIGINT mjpg_streamer" subprocess.Popen(killer_cmd.split()) - time.sleep(1) + time.sleep(2) # copy last image to the tmpfile filelist = os.listdir("/tmp/webcam")