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 を使用して Web カメラから情報を取得したいと考えています。私はこのコードを使用しています:
CaptureDeviceInfo deviceInfo = CaptureDeviceManager.getDevice("USB2.0 UVC1.3M Webcam"); System.out.println(deviceInfo);
結果が null になるのはなぜですか?