标签: c++ windows qt
当我通过USB将手机的摄像头连接到计算机时,我可以在Windows File Explorer的设备列表中(与驱动器一起)看到它。是否可以通过Qt API获取设备列表?我知道我可以使用QStorageInfo::mountedVolumes()来获得驱动器,但这不会返回外部设备。有什么想法吗?
QStorageInfo::mountedVolumes()