Commit 97346989 authored by Andrey Filippov's avatar Andrey Filippov

more debugging

parent edaa3147
...@@ -17,8 +17,7 @@ PHP_SCRIPTS_EXE=lwir16.php \ ...@@ -17,8 +17,7 @@ PHP_SCRIPTS_EXE=lwir16.php \
test_int.php \ test_int.php \
test_wpipe.php \ test_wpipe.php \
test_ps.php test_ps.php
CONFIGS = lwir16.ini \ CONFIGS = lwir16.ini
multicamconf.xml
all: all:
@echo "make all in src" @echo "make all in src"
......
...@@ -5,10 +5,11 @@ multicam_speriod = 2.0 ...@@ -5,10 +5,11 @@ multicam_speriod = 2.0
#save current settings to overwrite those in this file #save current settings to overwrite those in this file
multicam_conf = "/etc/elphel393/multicamconf.xml" multicam_conf = "/etc/elphel393/multicamconf.xml"
ips = "192.168.0.41,192.168.0.42,192.168.0.43,192.168.0.44,192.168.0.45" ips = "192.168.0.41,192.168.0.42,192.168.0.43,192.168.0.44,192.168.0.45,192.168.0.46"
port_masks= "15,15,15,15,15" port_masks= "15,15,15,15,15,0"
#1 - run/stop, 2 - continuous, 0 do not use #1 - run/stop, 2 - continuous, 0 do not use
run_modes = "1,1,1,1,2" #OR-ed: 49 - master LWIR RAW, 33 - slave LWIR RAW, 42 - continuously-run slave EO RAW, 4 - slave IMS logger, file system
run_modes = "49,33,33,33,42,4"
lwir_fps = 59.98 lwir_fps = 59.98
eo_decimate_m1 = 5 eo_decimate_m1 = 5
duration = 500 duration = 500
......
This diff is collapsed.
<?xml version="1.0" encoding="iso-8859-1"?>
<multicam>
<ips>192.168.0.41,192.168.0.42,192.168.0.43,192.168.0.44,192.168.0.45</ips>
<port_masks>15,15,15,15,15</port_masks>
<multicam_dir>office_04</multicam_dir>
<multicam_rperiod>5</multicam_rperiod>
<multicam_speriod>10</multicam_speriod>
<multicam_conf>/etc/elphel393/multicamconf.xml</multicam_conf>
</multicam>
This diff is collapsed.
This diff is collapsed.
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