us.ihmc.utilities.camera
Class ListJMFCaptureDevices

java.lang.Object
  extended by us.ihmc.utilities.camera.ListJMFCaptureDevices

public class ListJMFCaptureDevices
extends java.lang.Object

Simple application to list all capture devices currently known to the JMF. The CaptureDeviceManager is queried as to known devices and its output printed to the screen.

Author:
Michael (Spike) Barlow

Constructor Summary
ListJMFCaptureDevices()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListJMFCaptureDevices

public ListJMFCaptureDevices()
Method Detail

main

public static void main(java.lang.String[] args)