I'm attempting to write a JMF application. I have heard that in order to find external devices, like
a web cam, one has to use JMF Registry to find devices and then 'commit' them. Then you can access them in
java code. You can find them with the Detect Capture Devices button in JMF Registry. I would like to provide this functionality in my own app. However, i cannot seem to find the appropriate code in the source code for JMF Registry. What is the process to find the list of all devices?
Thanks