|
Zoom Rooms Controller SDK Reference 7.0.0
|
Camera boundary info. More...
#include <ZRCSDKTypes.h>
Data Fields | |
| std::string | deviceID |
| Camera device ID. | |
| int32_t | left = -1 |
| The value of the left boundary. | |
| int32_t | right = -1 |
| The value of the right boundary. | |
| int32_t | depth = -1 |
| The value of the depth boundary. | |
Camera boundary info.
Definition at line 1261 of file ZRCSDKTypes.h.
| int32_t CameraBoundaryInfo::depth = -1 |
The value of the depth boundary.
Definition at line 1266 of file ZRCSDKTypes.h.
| std::string CameraBoundaryInfo::deviceID |
Camera device ID.
Definition at line 1263 of file ZRCSDKTypes.h.
| int32_t CameraBoundaryInfo::left = -1 |
The value of the left boundary.
Definition at line 1264 of file ZRCSDKTypes.h.
| int32_t CameraBoundaryInfo::right = -1 |
The value of the right boundary.
Definition at line 1265 of file ZRCSDKTypes.h.