us.ihmc.utilities.camera
Class JMFImageGrabber

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

public class JMFImageGrabber
extends java.lang.Object

Last updated by: mjohnson On: 5/12/11 2:44 PM


Field Summary
static java.lang.String DEFAULT_CAMERA
           
static java.lang.String DEFAULT_VIDEO
           
 
Constructor Summary
JMFImageGrabber()
           
JMFImageGrabber(java.lang.String source)
           
 
Method Summary
 javax.media.Buffer getBuffer()
           
 java.awt.Image getImage()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CAMERA

public static java.lang.String DEFAULT_CAMERA

DEFAULT_VIDEO

public static java.lang.String DEFAULT_VIDEO
Constructor Detail

JMFImageGrabber

public JMFImageGrabber()
                throws javax.media.CannotRealizeException,
                       java.io.IOException,
                       javax.media.NoPlayerException
Throws:
javax.media.CannotRealizeException
java.io.IOException
javax.media.NoPlayerException

JMFImageGrabber

public JMFImageGrabber(java.lang.String source)
                throws javax.media.CannotRealizeException,
                       java.io.IOException,
                       javax.media.NoPlayerException
Throws:
javax.media.CannotRealizeException
java.io.IOException
javax.media.NoPlayerException
Method Detail

getImage

public java.awt.Image getImage()

getBuffer

public javax.media.Buffer getBuffer()

main

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