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 文件来运行我的网络摄像头。这是我的代码。运行此代码时它不显示我的网络摄像头?谁能给我一个解决方案?谢谢
CaptureDeviceInfo di = CaptureDeviceManager.getDevice("vfw:Microsoft WDM Image Capture (Win32):0";); ml = di.getLocator();
我的 JMF 应用程序也找不到任何设备。我通过使用以下代码解决了这个问题:
MediaLocator ml = new MediaLocator("vfw://0");
vfw://0网络摄像头的路径在哪里,你可以在 JMStudio 找到它。
vfw://0