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
99517e2f
Commit
99517e2f
authored
Aug 28, 2016
by
dogmaphobic
Browse files
Adding some more debug to video manager.
parent
dd36db00
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/FlightDisplay/VideoManager.cc
View file @
99517e2f
...
...
@@ -115,6 +115,7 @@ VideoManager::setVideoSource(QString vSource)
if
(
cameraInfo
.
description
()
==
vSource
)
{
_videoSourceID
=
cameraInfo
.
deviceName
();
emit
videoSourceIDChanged
();
qCDebug
(
VideoManagerLog
)
<<
"Found USB source:"
<<
_videoSourceID
<<
" Name:"
<<
_videoSource
;
break
;
}
}
...
...
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