Zoom Rooms Controller SDK Reference 7.0.0
Loading...
Searching...
No Matches
CameraBoundaryInfo Struct Reference

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.
 

Detailed Description

Camera boundary info.

Definition at line 1261 of file ZRCSDKTypes.h.

Field Documentation

◆ depth

int32_t CameraBoundaryInfo::depth = -1

The value of the depth boundary.

Definition at line 1266 of file ZRCSDKTypes.h.

◆ deviceID

std::string CameraBoundaryInfo::deviceID

Camera device ID.

Definition at line 1263 of file ZRCSDKTypes.h.

◆ left

int32_t CameraBoundaryInfo::left = -1

The value of the left boundary.

Definition at line 1264 of file ZRCSDKTypes.h.

◆ right

int32_t CameraBoundaryInfo::right = -1

The value of the right boundary.

Definition at line 1265 of file ZRCSDKTypes.h.