Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-apps-camogm
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-apps-camogm
Commits
a834b990
Commit
a834b990
authored
Apr 11, 2017
by
Mikhail Karpenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Limit minimum interface refresh period
parent
86463044
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
camogmgui.js
src/camogmgui/camogmgui.js
+1
-1
No files found.
src/camogmgui/camogmgui.js
View file @
a834b990
...
...
@@ -422,7 +422,7 @@ function process_recording(xmldoc) {
if
(
data
>
frame_period
)
frame_period
=
data
;
}
if
(
frame_period
!=
0
&&
frame_period
<
1000000
)
{
if
(
frame_period
!=
0
&&
frame_period
>
1000000
)
{
frame_period
/=
1000
;
}
else
{
frame_period
=
1000
;
...
...
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