PlayerCc::PtzProxy Class Reference
[Proxies]
#include <playerc++.h>
Inherits PlayerCc::ClientProxy.
Detailed Description
ThePtzProxy
class is used to control a ptz device.
The state of the camera can be read from the pan, tilt, zoom attributes and changed using the SetCam() method.
Public Member Functions | |
PtzProxy (PlayerClient *aPc, uint aIndex=0) | |
constructor | |
void | SetCam (double aPan, double aTilt, double aZoom) |
Change the camera state. Specify the new pan , tilt , and zoom values (all degrees). | |
void | SetSpeed (double aPanSpeed=0, double aTiltSpeed=0, double aZoomSpeed=0) |
Specify new target velocities. | |
double | GetPan () const |
Return Pan (rad). | |
double | GetTilt () const |
Return Tilt (rad). | |
double | GetZoom () const |
Return Zoom. |
The documentation for this class was generated from the following file: