#include <ArVCC4.h>
Public Types | |
| ANGLEREQ = 0x5c | |
| Request pan/tilt min/max angle. | |
| AUTOFOCUS = 0xA1 | |
| Controls auto-focusing functions. | |
| enum | Command { DELIM = 0x00, DEVICEID = 0x30, PANSLEW = 0x50, TILTSLEW = 0x51, STOP = 0x53, INIT = 0x58, SLEWREQ = 0x59, ANGLEREQ = 0x5c, PANTILT = 0x62, SETRANGE = 0x64, PANTILTREQ = 0x63, INFRARED = 0x76, PRODUCTNAME = 0x87, LEDCONTROL = 0x8E, CONTROL = 0x90, POWER = 0xA0, AUTOFOCUS = 0xA1, ZOOMSTOP = 0xA2, GAIN = 0xA5, FOCUS = 0xB0, ZOOM = 0xB3, ZOOMREQ = 0xB4, IRCUTFILTER = 0xB5, DIGITALZOOM = 0xB7, FOOTER = 0xEF, RESPONSE = 0xFE, HEADER = 0xFF } |
| CONTROL = 0x90 | |
| Puts camera in Control mode. | |
| DELIM = 0x00 | |
| Delimeter character. | |
| DEVICEID = 0x30 | |
| Default device ID. | |
| DIGITALZOOM = 0xB7 | |
| Controls the digital zoom amount. | |
| FOCUS = 0xB0 | |
| Manual focus adjustment. | |
| FOOTER = 0xEF | |
| Packet Footer. | |
| GAIN = 0xA5 | |
| Sets gain adjustment on camera. | |
| HEADER = 0xFF | |
| Packet Header. | |
| INFRARED = 0x76 | |
| Controls operation of IR lighting. | |
| INIT = 0x58 | |
| Initializes the camera. | |
| IRCUTFILTER = 0xB5 | |
| Controls the IR cut filter. | |
| LEDCONTROL = 0x8E | |
| Controls LED status. | |
| PANSLEW = 0x50 | |
| Sets the pan slew. | |
| PANTILT = 0x62 | |
| Pan/tilt command. | |
| PANTILTREQ = 0x63 | |
| Request pan/tilt position. | |
| POWER = 0xA0 | |
| Turns on/off power. | |
| PRODUCTNAME = 0x87 | |
| Requests the product name. | |
| RESPONSE = 0xFE | |
| Packet header for response. | |
| SETRANGE = 0x64 | |
| Pan/tilt min/max range assignment. | |
| SLEWREQ = 0x59 | |
| Request pan/tilt min/max slew. | |
| STOP = 0x53 | |
| Stops current pan/tilt motion. | |
| TILTSLEW = 0x51 | |
| Sets the tilt slew. | |
| ZOOM = 0xB3 | |
| Zooms camera lens. | |
| ZOOMREQ = 0xB4 | |
| Requests max zoom position. | |
| ZOOMSTOP = 0xA2 | |
| Stops zoom motion. | |
1.4.7