Commit 341443da authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

write img.jpeg to /tmp

parent 72c49d79
...@@ -39,7 +39,7 @@ import shutil ...@@ -39,7 +39,7 @@ import shutil
import sys import sys
import subprocess import subprocess
path="/www/pages/img.jpeg" path="/tmp/img.jpeg"
PORT=8888 PORT=8888
def communicate(port,snd_str): def communicate(port,snd_str):
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
...@@ -67,7 +67,7 @@ acquisition_parameters={ ...@@ -67,7 +67,7 @@ acquisition_parameters={
"black": None, "black": None,
"colorsat_blue":None, "colorsat_blue":None,
"colorsat_red": None, "colorsat_red": None,
"server_root": "/www/pages/", "server_root": "/tmp/",
"gain_r": None, "gain_r": None,
"gain_gr": None, "gain_gr": None,
"gain_gb": None, "gain_gb": None,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment