All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.player.standardV2.PictureTaker

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----pinball.player.standardV2.PictureTaker

public class PictureTaker
extends Thread
The image grabber. Takes images from the camera.


Variable Index

 o camera
The camera.
 o frame
The frame from the camera.

Constructor Index

 o PictureTaker(Camera)
Take pictures on that camera.

Method Index

 o getFrame()
Get the frame from the camera.
 o run()
Grab images from the camera.

Variables

 o camera
 protected Camera camera
The camera.

 o frame
 protected CameraFrame frame
The frame from the camera.

Constructors

 o PictureTaker
 public PictureTaker(Camera camera)
Take pictures on that camera.

Parameters:
camera - camera to take pictures.

Methods

 o run
 public void run()
Grab images from the camera.

Overrides:
run in class Thread
 o getFrame
 public synchronized CameraFrame getFrame()
Get the frame from the camera.

Returns:
s frame from camera.

All Packages  Class Hierarchy  This Package  Previous  Next  Index