tags:

views:

957

answers:

4

Hello friends, I am using JMF to operate my web cam.My usb webcam works perfectly with JMF, I used it in JMStudio however,when I make this call from my java code

deviceListVector = CaptureDeviceManager.getDeviceList( null );

my "audio capture device" is detected however, my usb webcam at vfw://0 is not detected. To clarify, the audio capture device and the USB cam are entirely separate devices. How can I properly detect the usb webcam, and its formats, from JMF?

Thanks In advance

A: 

take a look here: http://www.mutong.com/fischer/java/usbcam/

I have tried this,it is not working.
prakash.panjwani
+2  A: 

Also you can try LTI-Civil or Xuggler.

Xuggle
A: 

You might want to have a look here http://fmj-sf.net/

anijhaw
+1  A: 

I have found a program that will detect the webcam on PC and laptop, Here is the link for that example.... Click Here

This Example working fine.

prakash.panjwani