Zoom Rooms Controller SDK Reference 6.6.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 1244 of file ZRCSDKTypes.h.

Field Documentation

◆ depth

int32_t CameraBoundaryInfo::depth = -1

The value of the depth boundary.

Definition at line 1249 of file ZRCSDKTypes.h.

◆ deviceID

std::string CameraBoundaryInfo::deviceID

Camera device ID.

Definition at line 1246 of file ZRCSDKTypes.h.

◆ left

int32_t CameraBoundaryInfo::left = -1

The value of the left boundary.

Definition at line 1247 of file ZRCSDKTypes.h.

◆ right

int32_t CameraBoundaryInfo::right = -1

The value of the right boundary.

Definition at line 1248 of file ZRCSDKTypes.h.