• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Equivalent of 'Detect Capture Devices' in JMF Registry

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am also looking for the same informatin, if some one could help it is a great help.

Thanks,
-Pardha
 
Sheriff
Posts: 22849
132
Eclipse IDE Spring Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you may have some more success in the Other JSE/JEE APIs forum. Moving there.
 
Sheriff
Posts: 28394
100
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does this link help? To find it I googled "jmf". The first link was Sun's JMF pages. I clicked on "Code Samples and Apps", then on "2.1 - Sample code", then on "JMFRegistry".
 
reply
    Bookmark Topic Watch Topic
  • New Topic