Skip to content

Commit

Permalink
#fixup ok, 400ms would be enough
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Claustre committed Oct 17, 2022
1 parent fed4fae commit 3de4dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LambdaCamera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ void Camera::startAcq()
// unfortunately the sdk starAcquisition() command cannot guaranty the camera is
// ready to receive the first trigger. here we need to wait
if (m_trigger_mode == ExtTrigSingle || m_trigger_mode == ExtTrigMult)
sleep(1);
sleep(0.4);
}

//---------------------------------------------------------------------------------------
Expand Down

0 comments on commit 3de4dfa

Please sign in to comment.