Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Detect WebCam device using with java

Tags:

java

webcam

jmf

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

like image 331
Prakash Panjwani Avatar asked Dec 07 '09 07:12

Prakash Panjwani


1 Answers

Also you can try LTI-Civil or Xuggler.

like image 94
Art Clarke Avatar answered Nov 10 '22 20:11

Art Clarke