|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--mit.ai.vision.framegrabber.FrameGrabber
| Field Summary | |
static int |
FRAME_COLUMNS
The number of columns in the frames. |
static int |
FRAME_ROWS
The number of rows in the frames. |
| Constructor Summary | |
FrameGrabber()
This is the FrameGrabber constructor. |
|
| Method Summary | |
void |
addFrameListener(FrameListener fl_object)
This method adds a new FrameListener to this FrameGrabber. |
void |
endGrabbing()
This exits the grabbing process and cleans up the native thread that controls it. |
protected void |
finalize()
Calls endGrabbing () to kill the grabbing thread cleanly. |
void |
freezeFrame()
This stops the grabbing until unfreezeFrame () is called. |
void |
run()
This should never be called directly by the user. |
void |
startGrabbing()
Creates the native thread that communicates with the frame server. |
void |
unfreezeFrame()
This restarts the grabbing thread after a freezeFrame () call. |
| Methods inherited from class java.lang.Object |
clone,
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public static final int FRAME_ROWS
public static final int FRAME_COLUMNS
| Constructor Detail |
public FrameGrabber()
| Method Detail |
public void startGrabbing()
public void freezeFrame()
public void unfreezeFrame()
public void endGrabbing()
public void run()
public void addFrameListener(FrameListener fl_object)
protected void finalize()
throws java.lang.Throwable
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||