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
091b3922
Unverified
Commit
091b3922
authored
Jul 22, 2019
by
Gus Grubba
Committed by
GitHub
Jul 22, 2019
Browse files
Merge pull request #7608 from MatejFranceskin/pr-restart-video-problem
We don't have to restart video when stream config changes
parents
1f9fede7
f1569b4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Camera/QGCCameraControl.cc
View file @
091b3922
...
...
@@ -1564,9 +1564,7 @@ QGCCameraControl::handleVideoStatus(const mavlink_video_stream_status_t* vs)
qCDebug
(
CameraControlLog
)
<<
"handleVideoStatus:"
<<
vs
->
stream_id
;
QGCVideoStreamInfo
*
pInfo
=
_findStream
(
vs
->
stream_id
);
if
(
pInfo
)
{
if
(
pInfo
->
update
(
vs
))
{
emit
_vehicle
->
dynamicCameras
()
->
streamChanged
();
}
pInfo
->
update
(
vs
);
}
}
...
...
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