Search code examples
javanetbeansjmf

How to configure jmf in net beans


I am doing video capturing through webcam using jmf. i am very new to this and dont know how to use jmf.

I downloaded and installed jmf,it detects my video devise but now i want to run java code to detect the same.

Please help.


Solution

  • You have to download the jar files of JMF ,and add these jar at the library .Here is the Link of example code for detecting the webcam using java code :

    Click Here

    Please Check this, it works.I have tried this example it is very good.