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
10ce18a7
Commit
10ce18a7
authored
Jul 24, 2014
by
Sebastien Petitdemange
Browse files
Add camera refcounting in interface (python)
parent
269eefef
Changes
1
Hide whitespace changes
Inline
Side-by-side
sip/FrelonInterface.sip
View file @
10ce18a7
...
...
@@ -301,8 +301,9 @@ class Interface : HwInterface
%End
public:
Interface(Espia::Acq& acq, BufferCtrlMgr& buffer_mgr,
Frelon::Camera& cam);
Interface(Espia::Acq& acq /KeepReference/,
BufferCtrlMgr& buffer_mgr /KeepReference/,
Frelon::Camera& cam /KeepReference/);
virtual ~Interface();
// virtual const HwInterface::CapList& getCapList() const;
...
...
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