Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imagej-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
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
imagej-elphel
Commits
12a6ed53
Commit
12a6ed53
authored
Feb 17, 2020
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reordered camera url
parent
8295add0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
LwirReader.java
src/main/java/com/elphel/imagej/lwir/LwirReader.java
+7
-7
No files found.
src/main/java/com/elphel/imagej/lwir/LwirReader.java
View file @
12a6ed53
...
...
@@ -657,6 +657,13 @@ public class LwirReader {
"&GSCALE="
+
gScale
+
//"*0"+ // GB/G ratio
"&WB_EN="
+
autoWB
+
//"*0"+
"&DAEMON_EN_TEMPERATURE=1"
;
//"*0";
if
(
lrp
.
eo_full_window
)
{
urls
[
num_lwir
+
chn
]
+=
"&WOI_LEFT=0"
+
"&WOI_TOP=0"
+
"&WOI_WIDTH=2592"
+
"&WOI_HEIGHT=1936"
;
}
if
(
chn
==
eo_master_port
)
{
...
...
@@ -665,13 +672,6 @@ public class LwirReader {
"&TRIG_BITLENGTH=31*0"
+
"&EXTERN_TIMESTAMP=1*0"
;
}
if
(
lrp
.
eo_full_window
)
{
urls
[
num_lwir
+
chn
]
+=
"&WOI_LEFT=0"
+
"&WOI_TOP=0"
+
"&WOI_WIDTH=2592"
+
"&WOI_HEIGHT=1936"
;
}
}
for
(
int
i
=
0
;
i
<
urls
.
length
;
i
++)
{
LOGGER
.
debug
(
"programLWIRCamera(): reading url "
+
urls
[
i
]);
...
...
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