I am developing a Network / Gui application. I am testing an application on another computer that does not have Qt. But when I launch the application, QCamera :: availableDevices () returns an empty list. When I run this application on a computer with Qt installed, it returns a list with all the cameras on this computer.
I think the problem is the QMultimedia
back-end plugin, which does not load automatically. How can I get a list of downloaded Qt plugins?
source share