playerc_ptz_t Struct Reference
PTZ device data. More...
#include <playerc.h>
Collaboration diagram for playerc_ptz_t:
Detailed Description
PTZ device data.
Public Attributes | |
playerc_device_t | info |
Device info; must be at the start of all device structures. More... | |
double | pan |
The current ptz pan and tilt angles. More... | |
double | tilt |
double | zoom |
The current zoom value (field of view angle). More... | |
int | status |
The current pan and tilt status. | |
Member Data Documentation
◆ info
playerc_device_t playerc_ptz_t::info |
Device info; must be at the start of all device structures.
◆ pan
double playerc_ptz_t::pan |
The current ptz pan and tilt angles.
pan : pan angle (+ve to the left, -ve to the right). tilt : tilt angle (+ve upwrds, -ve downwards).
Referenced by PlayerCc::PtzProxy::GetPan().
◆ zoom
double playerc_ptz_t::zoom |
The current zoom value (field of view angle).
Referenced by PlayerCc::PtzProxy::GetZoom().
The documentation for this struct was generated from the following file: