Unable to detect Capture Device (webcam) through JMF
Posted
by Padmaja
on Stack Overflow
See other posts from Stack Overflow
or by Padmaja
Published on 2010-04-03T10:26:37Z
Indexed on
2010/04/03
10:33 UTC
Read the original article
Hit count: 781
Hello,
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 USB "webcam" is detected however when i am trying to detect webcam on my laptop it is not detecting any device. How can I properly detect the webcam of laptop, and its formats, from JMF API?
Please help me.
Thanks in advance.
© Stack Overflow or respective owner