Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个非标准 USB 摄像头,我正在尝试将其与 QCamera 类一起使用。QCameraInfo::availableCameras()无论我连接了多少台(这种特定类型的)摄像机,都只返回一台摄像机。但是,使用相机附带的应用程序,我可以看到所有连接的相机。
QCameraInfo::availableCameras()
相机有一个 SDK,允许以编程方式连接和使用它。
现在我的问题是,是否可以为这个相机实现一个 Qt 插件,以便我可以将它与 QCamera 类一起使用。