diff --git a/src/USBCameraImpl.cpp b/src/USBCameraImpl.cpp index 39d9f96c64..9cbfbee96a 100644 --- a/src/USBCameraImpl.cpp +++ b/src/USBCameraImpl.cpp @@ -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); }