Commit 99517e2f authored by dogmaphobic's avatar dogmaphobic

Adding some more debug to video manager.

parent dd36db00
...@@ -115,6 +115,7 @@ VideoManager::setVideoSource(QString vSource) ...@@ -115,6 +115,7 @@ VideoManager::setVideoSource(QString vSource)
if(cameraInfo.description() == vSource) { if(cameraInfo.description() == vSource) {
_videoSourceID = cameraInfo.deviceName(); _videoSourceID = cameraInfo.deviceName();
emit videoSourceIDChanged(); emit videoSourceIDChanged();
qCDebug(VideoManagerLog) << "Found USB source:" << _videoSourceID << " Name:" << _videoSource;
break; break;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment