|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Camera
Interface for a Camera
| Method Summary | |
|---|---|
void |
disconnect()
Disconnects the camera |
int |
getHeight()
Gets the height of the image that is provided |
java.awt.Image |
getLatestImage()
Gets the latest image that was pulled from the camera |
int |
getWidth()
Gets the width of the image that is provided |
boolean |
isInitialized()
Indicates if the camera has been started and initialized properly |
void |
reconnect()
Reconnects the camera |
| Method Detail |
|---|
java.awt.Image getLatestImage()
int getWidth()
int getHeight()
void disconnect()
void reconnect()
boolean isInitialized()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||