Skip to content
GitLab
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-pilatus
Commits
b7155c5e
Commit
b7155c5e
authored
Nov 17, 2016
by
Sebastien Petitdemange
Browse files
remove extra dead time on start
parent
7462dfc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/PilatusCamera.cpp
View file @
b7155c5e
...
...
@@ -1039,13 +1039,6 @@ void Camera::startAcquisition(int image_number)
send
(
msg
.
str
());
m_cond
.
wait
(
TIME_OUT
);
if
(
m_pilatus3_threshold_mode
)
{
if
(
m_trigger_mode
!=
Camera
::
INTERNAL_SINGLE
&&
m_trigger_mode
!=
Camera
::
INTERNAL_MULTI
)
m_cond
.
wait
(
1.
);
// Ugly fix for external synchro
}
}
//-----------------------------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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