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
2cc712b6
Commit
2cc712b6
authored
Jun 28, 2021
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
maxahead tweaking
parent
52e31c7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
capture_range.php
src/php_top/capture_range.php
+1
-2
No files found.
src/php_top/capture_range.php
View file @
2cc712b6
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
include
'include/show_source_include.php'
;
include
'include/show_source_include.php'
;
$minahead
=
2
;
$minahead
=
2
;
$PARS_FRAMES
=
16
;
$PARS_FRAMES
=
16
;
$maxahead
=
$PARS_FRAMES
-
3
;
$maxahead
=
$PARS_FRAMES
-
4
;
//
3;
$flags
=
0
;
$flags
=
0
;
if
(
!
(
$_SERVER
[
'REQUEST_METHOD'
]
==
"GET"
)){
if
(
!
(
$_SERVER
[
'REQUEST_METHOD'
]
==
"GET"
)){
...
@@ -75,7 +75,6 @@ USAGE;
...
@@ -75,7 +75,6 @@ USAGE;
$frame
=
0
;
$frame
=
0
;
$timestamp
=
0.0
;
$timestamp
=
0.0
;
$PARS_FRAMES
=
16
;
$PARS_FRAMES
=
16
;
$maxahead
=
$PARS_FRAMES
-
3
;
$minahead
=
2
;
$minahead
=
2
;
// $port_mask = 15; // not set - same as ts2frame.php
// $port_mask = 15; // not set - same as ts2frame.php
// $duration = 1; // not set - end, set - start
// $duration = 1; // not set - end, set - start
...
...
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