Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
Lima-camera-frelon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LimaGroup
Lima-camera-frelon
Commits
d00fd72c
Commit
d00fd72c
authored
Nov 15, 2017
by
Alejandro Homs Puron
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
src/FrelonModel.cpp
src/FrelonModel.cpp
+2
-0
test/test_frelon.cpp
test/test_frelon.cpp
+2
-1
No files found.
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
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