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
1a375d7a
Commit
1a375d7a
authored
May 22, 2020
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
send requests in a sequence vs parallel
parent
880920c8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
index.php
src/index/index.php
+9
-9
No files found.
src/index/index.php
View file @
1a375d7a
...
@@ -379,11 +379,11 @@
...
@@ -379,11 +379,11 @@
$
(
"#quick_fullres"
).
click
(
async
function
(){
$
(
"#quick_fullres"
).
click
(
async
function
(){
set_params
({
await
set_params
({
"TRIG_PERIOD"
:
10000000
"TRIG_PERIOD"
:
10000000
},
-
2
);
},
-
2
);
set_params
({
await
set_params
({
"AUTOEXP_EXP_MAX"
:
100000
,
"AUTOEXP_EXP_MAX"
:
100000
,
"WOI_WIDTH"
:
2592
,
"WOI_WIDTH"
:
2592
,
"WOI_HEIGHT"
:
1936
,
"WOI_HEIGHT"
:
1936
,
...
@@ -393,7 +393,7 @@
...
@@ -393,7 +393,7 @@
"COMPRESSOR_RUN"
:
3
"COMPRESSOR_RUN"
:
3
},
3
);
},
3
);
set_params
({
await
set_params
({
"TRIG_PERIOD"
:
10000000
,
"TRIG_PERIOD"
:
10000000
,
"SENSOR_RUN"
:
2
,
"SENSOR_RUN"
:
2
,
"COMPRESSOR_RUN"
:
2
"COMPRESSOR_RUN"
:
2
...
@@ -405,11 +405,11 @@
...
@@ -405,11 +405,11 @@
$
(
"#quick_1080p"
).
click
(
async
function
(){
$
(
"#quick_1080p"
).
click
(
async
function
(){
set_params
({
await
set_params
({
"TRIG_PERIOD"
:
10000000
"TRIG_PERIOD"
:
10000000
},
-
2
);
},
-
2
);
set_params
({
await
set_params
({
"AUTOEXP_EXP_MAX"
:
30000
,
"AUTOEXP_EXP_MAX"
:
30000
,
"WOI_WIDTH"
:
1920
,
"WOI_WIDTH"
:
1920
,
"WOI_HEIGHT"
:
1088
,
"WOI_HEIGHT"
:
1088
,
...
@@ -419,7 +419,7 @@
...
@@ -419,7 +419,7 @@
"COMPRESSOR_RUN"
:
3
"COMPRESSOR_RUN"
:
3
},
3
);
},
3
);
set_params
({
await
set_params
({
"TRIG_PERIOD"
:
3333333
,
"TRIG_PERIOD"
:
3333333
,
"SENSOR_RUN"
:
2
,
"SENSOR_RUN"
:
2
,
"COMPRESSOR_RUN"
:
2
"COMPRESSOR_RUN"
:
2
...
@@ -431,11 +431,11 @@
...
@@ -431,11 +431,11 @@
$
(
"#quick_720p"
).
click
(
async
function
(){
$
(
"#quick_720p"
).
click
(
async
function
(){
set_params
({
await
set_params
({
"TRIG_PERIOD"
:
10000000
"TRIG_PERIOD"
:
10000000
},
-
2
);
},
-
2
);
set_params
({
await
set_params
({
"AUTOEXP_EXP_MAX"
:
16000
,
"AUTOEXP_EXP_MAX"
:
16000
,
"WOI_WIDTH"
:
1280
,
"WOI_WIDTH"
:
1280
,
"WOI_HEIGHT"
:
720
,
"WOI_HEIGHT"
:
720
,
...
@@ -445,7 +445,7 @@
...
@@ -445,7 +445,7 @@
"COMPRESSOR_RUN"
:
3
"COMPRESSOR_RUN"
:
3
},
3
);
},
3
);
set_params
({
await
set_params
({
"TRIG_PERIOD"
:
1666667
,
"TRIG_PERIOD"
:
1666667
,
"SENSOR_RUN"
:
2
,
"SENSOR_RUN"
:
2
,
"COMPRESSOR_RUN"
:
2
"COMPRESSOR_RUN"
:
2
...
...
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