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 jar ファイルを使用して Web カメラを実行しました。ここに私のコードがあります。このコードを実行すると Web カメラが表示されませんか? 誰でも私に解決策を教えてもらえますか? ありがとう
CaptureDeviceInfo di = CaptureDeviceManager.getDevice("vfw:Microsoft WDM Image Capture (Win32):0";); ml = di.getLocator();
私の JMF アプリケーションもデバイスを見つけることができません。次のコードを使用してこの問題を解決しました。
MediaLocator ml = new MediaLocator("vfw://0");
はvfw://0Web カメラへのパスです。JMStudio で見つけることができます。
vfw://0