Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-apps-imgsrv
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-imgsrv
Commits
3baf9ed3
Commit
3baf9ed3
authored
Sep 16, 2016
by
Mikhail Karpenko
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/framepars'
parents
8aa648ec
13aea621
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
.gitignore
.gitignore
+2
-2
imgsrv.c
src/imgsrv.c
+4
-4
No files found.
.gitignore
View file @
3baf9ed3
...
...
@@ -9,5 +9,5 @@ attic/*
generated*
sysroots
bitbake-logs
/imgsrv.o
/imgsrv
src
/imgsrv.o
src
/imgsrv
src/imgsrv.c
View file @
3baf9ed3
...
...
@@ -35,7 +35,7 @@
#include <elphel/exifa.h>
#include <elphel/x393_devices.h>
#
undef ELPHEL_DEBUG
#
define ELPHEL_DEBUG 0
#if ELPHEL_DEBUG
#define ELPHEL_DEBUG_THIS 1
#else
...
...
@@ -109,9 +109,9 @@ const char *circbuf_fnames[] = {
};
const
char
*
jhead_fnames
[]
=
{
DEV393_PATH
(
DEV393_JPEGHEAD0
),
DEV393_PATH
(
DEV393_JPEGHEAD
0
),
DEV393_PATH
(
DEV393_JPEGHEAD
0
),
DEV393_PATH
(
DEV393_JPEGHEAD
0
)
DEV393_PATH
(
DEV393_JPEGHEAD
1
),
DEV393_PATH
(
DEV393_JPEGHEAD
2
),
DEV393_PATH
(
DEV393_JPEGHEAD
3
)
};
static
const
char
*
exif_dev_names
[
SENSOR_PORTS
]
=
{
...
...
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