|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Driver
The camera driver interface.
| Method Summary | |
|---|---|
void |
addFrameListener(FrameListener frameListener)
Adds a listener to obtain the frames from the camera. |
void |
addLogListener(LogListener logListener)
Adds a listener to obtain control messages from the camera. |
void |
move(int pan,
int tilt,
int zoom)
Send to the camera a move command in an absolute way. |
void |
start()
Starts the video streaming. |
void |
stop()
Stops the video streaming. |
| Method Detail |
|---|
void move(int pan,
int tilt,
int zoom)
pan - increment of pan.tilt - increment of tilt.zoom - increment of zoom.void addFrameListener(FrameListener frameListener)
frameListener - an implementation of the data listener.void addLogListener(LogListener logListener)
logListener - an implementation of the control listener.void start()
void stop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||