USBCamera: Update description on reconnect.

This commit is contained in:
Peter Johnson
2016-11-18 16:16:04 -08:00
parent 881d55f858
commit 65514b3028

View File

@@ -687,6 +687,9 @@ void USBCameraImpl::DeviceConnect() {
<< " address=" << m_buffers[i].m_data);
}
// Update description (as it may have changed)
SetDescription(GetDescriptionImpl(m_path.c_str()));
// Notify
Notifier::GetInstance().NotifySource(*this, CS_SOURCE_CONNECTED);
}