Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-web-393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-web-393
Commits
97346989
Commit
97346989
authored
Jul 11, 2023
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more debugging
parent
edaa3147
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
563 additions
and
400 deletions
+563
-400
Makefile
src/lwir16/Makefile
+1
-2
lwir16.ini
src/lwir16/lwir16.ini
+4
-3
lwir16.php
src/lwir16/lwir16.php
+176
-85
multicamconf.xml
src/lwir16/multicamconf.xml
+0
-9
multicam3.js
src/multicam/multicam3.js
+295
-135
multicam3.php
src/multicam/multicam3.php
+87
-166
No files found.
src/lwir16/Makefile
View file @
97346989
...
...
@@ -17,8 +17,7 @@ PHP_SCRIPTS_EXE=lwir16.php \
test_int.php
\
test_wpipe.php
\
test_ps.php
CONFIGS
=
lwir16.ini
\
multicamconf.xml
CONFIGS
=
lwir16.ini
all
:
@
echo
"make all in src"
...
...
src/lwir16/lwir16.ini
View file @
97346989
...
...
@@ -5,10 +5,11 @@ multicam_speriod = 2.0
#save current settings to overwrite those in this file
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"
port_masks
=
"15,15,15,15,15"
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
,0
"
#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
eo_decimate_m1
=
5
duration
=
500
...
...
src/lwir16/lwir16.php
View file @
97346989
This diff is collapsed.
Click to expand it.
src/lwir16/multicamconf.xml
deleted
100644 → 0
View file @
edaa3147
<?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>
src/multicam/multicam3.js
View file @
97346989
This diff is collapsed.
Click to expand it.
src/multicam/multicam3.php
View file @
97346989
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment