Detect WebCam device using with java -


I am using JMF to operate my webcam. My web webcam works perfectly with JMF, but I used it in jmtidios, but when I call it with my java code

  deviceListVector = CaptureDeviceManager.getDeviceList (empty );  

My "audio capture device" has been detected, however, my USB webcam: // 0 has not been detected on vfw. To clarify, audio capture devices and USB cameras are completely different devices.

In addition you can try or


Comments