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

Field Documentation

◆ depth

int32_t CameraBoundaryInfo::depth = -1

The value of the depth boundary.

Definition at line 1242 of file ZRCSDKTypes.h.

◆ deviceID

std::string CameraBoundaryInfo::deviceID

Camera device ID.

Definition at line 1239 of file ZRCSDKTypes.h.

◆ left

int32_t CameraBoundaryInfo::left = -1

The value of the left boundary.

Definition at line 1240 of file ZRCSDKTypes.h.

◆ right

int32_t CameraBoundaryInfo::right = -1

The value of the right boundary.

Definition at line 1241 of file ZRCSDKTypes.h.