video.qt
Class ISightGrabber

java.lang.Object
  extended by video.qt.ISightGrabber
All Implemented Interfaces:
WebCamImageGrabber

public class ISightGrabber
extends java.lang.Object
implements WebCamImageGrabber


Field Summary
 
Fields inherited from interface video.qt.WebCamImageGrabber
ROLE
 
Constructor Summary
ISightGrabber()
           
 
Method Summary
 void dispose()
           
 java.awt.Image grab()
           
 void initialize()
           
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

ISightGrabber

public ISightGrabber()
Method Detail

initialize

public void initialize()

dispose

public void dispose()
Specified by:
dispose in interface WebCamImageGrabber

grab

public java.awt.Image grab()
                    throws java.lang.Exception
Specified by:
grab in interface WebCamImageGrabber
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception