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.
-
camera
- The camera.
-
frame
- The frame from the camera.
-
PictureTaker(Camera)
-
Take pictures on that camera.
-
getFrame()
- Get the frame from the camera.
-
run()
- Grab images from the camera.
camera
protected Camera camera
- The camera.
frame
protected CameraFrame frame
- The frame from the camera.
PictureTaker
public PictureTaker(Camera camera)
- Take pictures on that camera.
- Parameters:
- camera - camera to take pictures.
run
public void run()
- Grab images from the camera.
- Overrides:
- run in class Thread
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