|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectroomba.roombanetwork.services.image.isight.VideoCapture
public class VideoCapture
Captures video from a quicktime resource
| Constructor Summary | |
|---|---|
VideoCapture(int width,
int height)
Constructor - Starts the video capture with a specified width and height |
|
| Method Summary | |
|---|---|
void |
dispose()
Should be called when the video is no longer needed |
int |
getHeight()
Gets the height of the video image |
java.awt.Image |
getNextImage()
Gets the latest image from the grabber |
void |
getNextPixels(int[] pixels)
Gets the next set of pixels |
int |
getWidth()
Gets the width of the video image |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VideoCapture(int width,
int height)
throws java.lang.Exception
width - The width of the videoheight - The height of the video
java.lang.Exception| Method Detail |
|---|
public void dispose()
public int getWidth()
public int getHeight()
public void getNextPixels(int[] pixels)
throws java.lang.Exception
pixels - The array to fill in
java.lang.Exception
public java.awt.Image getNextImage()
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||