Commit ffe56137 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

minor typo

parent 31e2423d
...@@ -221,14 +221,14 @@ if switch['eyesis']!=0: ...@@ -221,14 +221,14 @@ if switch['eyesis']!=0:
if sysfs_content=="mt9p006": if sysfs_content=="mt9p006":
shout("wget -O - \"localhost/framepars.php?sensor_port="+str(i)+"&cmd=min_init\"") shout("wget -O - \"localhost/framepars.php?sensor_port="+str(i)+"&cmd=min_init\"")
time.sleep(2) time.sleep(2)
shout("/proc/interrupts") shout("cat /proc/interrupts")
for i in range(4): for i in range(4):
sysfs_content = init_port_readsysfs("sensor"+str(i)+"0") sysfs_content = init_port_readsysfs("sensor"+str(i)+"0")
if sysfs_content=="mt9p006": if sysfs_content=="mt9p006":
shout("wget -O - \"localhost/framepars.php?sensor_port="+str(i)+"&cmd=eyesis_trig\"") shout("wget -O - \"localhost/framepars.php?sensor_port="+str(i)+"&cmd=eyesis_trig\"")
time.sleep(2) time.sleep(2)
shout("/proc/interrupts") shout("cat /proc/interrupts")
else: else:
print(sys.argv[0]+": auto exposure and auto white balance") print(sys.argv[0]+": auto exposure and auto white balance")
......
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