Commit 10b773b4 authored by Andrey Filippov's avatar Andrey Filippov

fixed wrong IP

parent fc81b177
......@@ -39,7 +39,7 @@ import os
#params
SENSOR_TYPE = 5
IPADDR = "192.168.0.161"
IPADDR = "192.168.0.9"
IMGSRV_PORT = 2323
CAMOGM_PORT = 3456
CAMOGM_PIPE = "/var/volatile/camogm_cmd"
......@@ -166,6 +166,7 @@ switch = {
'port4':1,
'framepars':1,
'autoexp_daemon':0,
'autocampars':0,
'autoexp':1,
'autowb':1,
'sata':1,
......@@ -269,6 +270,8 @@ else:
init_autowb(str(i-1))
else:
print("Port "+str(i)+": skip autowb")
if switch ['autocampars'] == 1:
shout("autocampars.php --init --ignore-revision")
#flips for eyesis head cams
if switch['eyesis']==1:
......
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