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
d00fd72c
Commit
d00fd72c
authored
Nov 15, 2017
by
Alejandro Homs Puron
Browse files
Port to debian8 - g++-4.9; update test_frelon to use 75% of RAM
parent
820cec62
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/FrelonModel.cpp
View file @
d00fd72c
...
...
@@ -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 @
d00fd72c
...
...
@@ -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