Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima-camera-frelon
Commits
6ca94a75
Commit
6ca94a75
authored
Jan 11, 2018
by
Alejandro Homs Puron
Browse files
Merge branch 'port_debian8' into 'master'
parents
820cec62
d00fd72c
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/FrelonModel.cpp
View file @
6ca94a75
...
...
@@ -22,6 +22,8 @@
#include
"FrelonModel.h"
#include
"lima/RegExUtils.h"
#include
<stdlib.h>
using
namespace
lima
;
using
namespace
lima
::
Frelon
;
using
namespace
std
;
...
...
test/test_frelon.cpp
View file @
6ca94a75
...
...
@@ -23,6 +23,7 @@
#include
"EspiaBufferMgr.h"
#include
<iostream>
#include
<stdlib.h>
using
namespace
lima
;
using
namespace
std
;
...
...
@@ -242,7 +243,7 @@ void test_frelon(int espia_nb, bool do_reset)
DEB_TRACE
()
<<
"MaxNbBuffers "
<<
max_nb_buffers
;
int
nb_concat_frames
=
1
;
buffer_mgr
.
setNbConcatFrames
(
nb_concat_frames
);
int
nb_buffers
=
max_nb_buffers
;
int
nb_buffers
=
max_nb_buffers
*
3
/
4
;
buffer_mgr
.
setNbBuffers
(
nb_buffers
);
buffer_mgr
.
getFrameDim
(
frame_dim
);
...
...
Write
Preview
Supports
Markdown
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