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

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -