|
static const char * | CAMERA_MODE_UPDATED = "cameraModeUpdated" |
| A packet that gets sent out when the mode is changed. More...
|
|
static const char * | GET_CAMERA_DATA = "getCameraData" |
| Returns the current pan/tilt/zoom of the camera (in double format).
|
|
static const char * | GET_CAMERA_DATA_INT = "getCameraDataInt" |
| Returns the current pan/tilt/zoom of the camera (as byte2 integers). More...
|
|
static const char * | GET_CAMERA_INFO = "getCameraInfo" |
| Returns general information about the camera (in double format). More...
|
|
static const char * | GET_CAMERA_INFO_INT = "getCameraInfoInt" |
| Returns general information about the camera (as byte2 integers). More...
|
|
static const char * | GET_CAMERA_MODE_LIST = "getCameraModeList" |
| Sends a packet back with the list of modes.
|
|
static const char * | GET_DISPLAY = "getDisplay" |
| Returns whether the camera/image should be displayed by the client. More...
|
|
static const char * | GET_PICTURE = "getPicture" |
| Returns the last image obtained from the camera.
|
|
static const char * | GET_PICTURE_OPTIM = "getPictureOptim" |
| Returns the last image obtained from the camera.
|
|
static const char * | GET_SNAPSHOT = "getSnapshot" |
| Returns a high resolution image from the camera, suitable for saving. More...
|
|
static const char * | GET_SNAPSHOT_PLAIN = "getSnapshotPlain" |
|
static const char * | GET_VIDEO = "getVideo" |
|
static const char * | RESET_CAMERA = "resetCamera" |
| A command that resets the camera.
|
|
static const char * | SET_CAMERA_ABS = "setCameraAbs" |
| Sends a command to the camera to set its pan/tilt/zoom, in absolute terms (in double format).
|
|
static const char * | SET_CAMERA_ABS_INT = "setCameraAbsInt" |
| Sends a command to the camera to set its pan/tilt/zoom, in absolute terms (as byte integers). More...
|
|
static const char * | SET_CAMERA_MODE = "setCameraMode" |
| A command that sets the mode of the camera. More...
|
|
static const char * | SET_CAMERA_PCT = "setCameraPct" |
| Sends a command to the camera to set its pan/tilt, as specified by a percent offset of its current frame.
|
|
static const char * | SET_CAMERA_PCT_INT = "setCameraPctInt" |
| Sends a command to the camera to set its pan/tilt, as specified by a percent offset (as byte integers). More...
|
|
static const char * | SET_CAMERA_REL = "setCameraRel" |
| Sends a command to the camera to set its pan/tilt/zoom, relative to its current position (in double format).
|
|
static const char * | SET_CAMERA_REL_INT = "setCameraRelInt" |
| Sends a command to the camera to set its pan/tilt/zoom, relative to its current position (as byte integers). More...
|
|