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
Valentin Platzgummer
qgroundcontrol
Commits
d3f3230a
Commit
d3f3230a
authored
Aug 21, 2017
by
Gus Grubba
Browse files
Wait a bit between reset and request parameters
parent
9f41c6ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Camera/QGCCameraControl.cc
View file @
d3f3230a
...
...
@@ -404,8 +404,8 @@ QGCCameraControl::_mavCommandResult(int vehicleId, int component, int command, i
if
(
isBasic
())
{
_requestCameraSettings
();
}
else
{
_requestAllParameters
(
);
QTimer
::
singleShot
(
2
0
00
,
this
,
&
QGCCameraControl
::
_requestCameraSettings
);
QTimer
::
singleShot
(
500
,
this
,
&
QGCCameraControl
::
_requestAllParameters
);
QTimer
::
singleShot
(
2
5
00
,
this
,
&
QGCCameraControl
::
_requestCameraSettings
);
}
break
;
case
MAV_CMD_VIDEO_START_CAPTURE
:
...
...
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