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
4567a7bf
Commit
4567a7bf
authored
May 14, 2016
by
Mikhail Karpenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move main loop to separate function, spawn processes
parent
38f6a374
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
170 additions
and
156 deletions
+170
-156
camogm.c
camogm.c
+167
-154
camogm.h
camogm.h
+3
-2
No files found.
camogm.c
View file @
4567a7bf
This diff is collapsed.
Click to expand it.
camogm.h
View file @
4567a7bf
...
...
@@ -87,7 +87,7 @@ typedef struct {
int
fd_fparmsall
;
//! file descriptor for sensor/compressor parameters
int
fd_exif
;
//! file descriptor for Exif data
int
head_size
;
//! JPEG header size
char
jpegHeader
[
JPEG_HEADER_MAXSIZE
];
unsigned
char
jpegHeader
[
JPEG_HEADER_MAXSIZE
];
int
metadata_start
;
struct
interframe_params_t
frame_params
;
struct
interframe_params_t
this_frame_params
;
...
...
@@ -158,7 +158,8 @@ typedef struct {
int
kml_last_uts
;
//! last generated kml file timestamp, microseconds
struct
exif_dir_table_t
kml_exif
[
ExifKmlNumber
];
//! store locations of the fields needed for KML generations in the Exif block
unsigned
int
port_num
;
unsigned
int
port_num
;
// sensor port this state assigned to
char
*
pipe_name
;
// command pipe name for this sensor port
}
camogm_state
;
extern
int
debug_level
;
...
...
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