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
30c6257b
Commit
30c6257b
authored
Jun 02, 2016
by
Mikhail Karpenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update default settings
parent
af9515c4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
camogm.c
camogm.c
+3
-3
No files found.
camogm.c
View file @
30c6257b
...
@@ -172,8 +172,8 @@ struct framepars_all_t *frameParsAll[SENSOR_PORTS];
...
@@ -172,8 +172,8 @@ struct framepars_all_t *frameParsAll[SENSOR_PORTS];
struct
framepars_t
*
framePars
[
SENSOR_PORTS
];
struct
framepars_t
*
framePars
[
SENSOR_PORTS
];
unsigned
long
*
globalPars
[
SENSOR_PORTS
];
/// parameters that are not frame-related, their changes do not initiate any actions
unsigned
long
*
globalPars
[
SENSOR_PORTS
];
/// parameters that are not frame-related, their changes do not initiate any actions
#define DEFAULT_DURATION 60
/*!default segment duration (seconds) */
#define DEFAULT_DURATION 60
0
/*!default segment duration (seconds) */
#define DEFAULT_LENGTH 10
0000000
/*!default segment length (B) */
#define DEFAULT_LENGTH 10
73741824
/*!default segment length (B) */
#define DEFAULT_GREEDY 0
/*!behavior for the files: 0 clean buffer, 1 - save as much as possible */
#define DEFAULT_GREEDY 0
/*!behavior for the files: 0 clean buffer, 1 - save as much as possible */
#define DEFAULT_IGNORE_FPS 0
/*!0 restartf file if fps changed, 1 - ignore variable fps (and skip less frames) */
#define DEFAULT_IGNORE_FPS 0
/*!0 restartf file if fps changed, 1 - ignore variable fps (and skip less frames) */
...
@@ -302,7 +302,7 @@ void camogm_init(camogm_state *state, unsigned int port, char *pipe_name)
...
@@ -302,7 +302,7 @@ void camogm_init(camogm_state *state, unsigned int port, char *pipe_name)
strcpy
(
state
->
debug_name
,
"stderr"
);
strcpy
(
state
->
debug_name
,
"stderr"
);
camogm_set_timescale
(
state
,
1
.
0
);
camogm_set_timescale
(
state
,
1
.
0
);
camogm_set_frames_skip
(
state
,
0
);
// don't skip
camogm_set_frames_skip
(
state
,
0
);
// don't skip
camogm_set_format
(
state
,
CAMOGM_FORMAT_
OGM
);
camogm_set_format
(
state
,
CAMOGM_FORMAT_
MOV
);
state
->
exifSize
=
0
;
state
->
exifSize
=
0
;
state
->
exif
=
DEFAULT_EXIF
;
state
->
exif
=
DEFAULT_EXIF
;
state
->
frame_lengths
=
NULL
;
state
->
frame_lengths
=
NULL
;
...
...
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