j2d.video
Class CameraTest

java.lang.Object
  extended by j2d.video.CameraTest

public class CameraTest
extends java.lang.Object

This class is a simple test of the cameras. It is meant as a test and a simple example of how to use a Camera by implementing CameraListener and adding that listener to the camera.


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

Constructor Detail

CameraTest

public CameraTest()
Method Detail

main

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

update

public void update(java.awt.Image image)