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.
我想使用 jmf 从我的网络摄像头获取信息。我正在使用这段代码:
CaptureDeviceInfo deviceInfo = CaptureDeviceManager.getDevice("USB2.0 UVC1.3M Webcam"); System.out.println(deviceInfo);
为什么结果为空?