From e8e9a6d7daa473ffc044e63dc2574c57cee00305 Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Thu, 4 May 2017 15:16:56 +0200 Subject: [PATCH] debug paths --- screenless/bureau/photography/photography.py | 1 + 1 file changed, 1 insertion(+) diff --git a/screenless/bureau/photography/photography.py b/screenless/bureau/photography/photography.py index 0182d47..c0c700e 100644 --- a/screenless/bureau/photography/photography.py +++ b/screenless/bureau/photography/photography.py @@ -62,6 +62,7 @@ class Photography(Bureau): #cmd1 = "uvccapture -d/dev/video1 -x320 -y240 -o /dev/null" #cmd2 = "/usr/local/bin/uvccapture -m -x3264 -y2448 -o" + tmpimg.name #subprocess.check_output(cmd1.split()) + print(os.getcwd()) cmd = "../../lib/mjpg_streamer/mjpg-streamer-experimental/mjpg_streamer -i 'input_uvc.so -r 3264x2448 -n' -o 'output_file.so -f /tmp/webcam -d 500 -s 1'" proc = subprocess.Popen(cmd.split())