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

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -