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
e2873171
Commit
e2873171
authored
Feb 12, 2014
by
Alejandro Homs Puron
Browse files
* Removed unnecessary "one frame" (N1) cmd in ExtGate (I0): Frelon ignores Nx
parent
1aae56bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/FrelonCamera.cpp
View file @
e2873171
...
...
@@ -1298,8 +1298,7 @@ void Camera::setNbFrames(int nb_frames)
TrigMode
trig_mode
;
getTrigMode
(
trig_mode
);
bool
one_frame
=
((
trig_mode
==
IntTrigMult
)
||
(
trig_mode
==
ExtTrigMult
)
||
(
trig_mode
==
ExtGate
));
(
trig_mode
==
ExtTrigMult
));
int
cam_nb_frames
=
one_frame
?
1
:
nb_frames
;
writeRegister
(
NbFrames
,
cam_nb_frames
);
m_nb_frames
=
nb_frames
;
...
...
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