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
a50b5674
Commit
a50b5674
authored
Jun 01, 2017
by
Mikhail Karpenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Uncomment changes
parent
f80377db
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
camogm.c
src/camogm.c
+3
-3
No files found.
src/camogm.c
View file @
a50b5674
...
...
@@ -334,9 +334,9 @@ int camogm_start(camogm_state *state)
state
->
frameno
=
0
;
// do not trigger overrun alert on successfull (from GUI) restarts
//
if (state->prog_state != STATE_RESTARTING)
//
for (int p = 0; p < SENSOR_PORTS; p++)
//
state->buf_overruns[p] = -1;
if
(
state
->
prog_state
!=
STATE_RESTARTING
)
for
(
int
p
=
0
;
p
<
SENSOR_PORTS
;
p
++
)
state
->
buf_overruns
[
p
]
=
-
1
;
state
->
timescale
=
state
->
set_timescale
;
// current timescale, default 1
// debug
...
...
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