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
6d817aee
Commit
6d817aee
authored
Oct 17, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/Elphel/elphel-apps-camogm
parents
bfb5dcef
e7442d13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
camogm_jpeg.c
src/camogm_jpeg.c
+2
-2
No files found.
src/camogm_jpeg.c
View file @
6d817aee
...
@@ -261,9 +261,9 @@ int camogm_frame_jpeg(camogm_state *state)
...
@@ -261,9 +261,9 @@ int camogm_frame_jpeg(camogm_state *state)
}
}
close
(
state
->
ivf
);
close
(
state
->
ivf
);
}
else
{
}
else
{
fprintf
(
debug_file
,
"dump iovect array
\n
"
);
D6
(
fprintf
(
debug_file
,
"dump iovect array
\n
"
)
);
for
(
int
i
=
0
;
i
<
state
->
chunk_index
-
1
;
i
++
)
{
for
(
int
i
=
0
;
i
<
state
->
chunk_index
-
1
;
i
++
)
{
fprintf
(
debug_file
,
"ptr: %p, length: %ld
\n
"
,
state
->
packetchunks
[
i
+
1
].
chunk
,
state
->
packetchunks
[
i
+
1
].
bytes
);
D6
(
fprintf
(
debug_file
,
"ptr: %p, length: %ld
\n
"
,
state
->
packetchunks
[
i
+
1
].
chunk
,
state
->
packetchunks
[
i
+
1
].
bytes
)
);
}
}
fdata
.
sensor_port
=
port
;
fdata
.
sensor_port
=
port
;
fdata
.
cirbuf_ptr
=
state
->
cirbuf_rp
[
port
];
fdata
.
cirbuf_ptr
=
state
->
cirbuf_rp
[
port
];
...
...
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