Zoom Rooms Controller SDK Reference 6.5.0
|
Camera boundary configuration notification. More...
#include <ICalibrationHelper.h>
Data Fields | |
CameraBoundaryConfigurationResult | result |
Camera boundary configuration result. | |
CameraControlInfo | cameraControlInfo |
Camera control info. | |
int32_t | left = -1 |
The value of the left camera boundary. | |
int32_t | right = -1 |
The value of the right camera boundary. | |
int32_t | depth = -1 |
The value of the depth camera boundary. | |
Camera boundary configuration notification.
Definition at line 205 of file ICalibrationHelper.h.
CameraControlInfo CameraBoundaryConfigurationNot::cameraControlInfo |
Camera control info.
Definition at line 208 of file ICalibrationHelper.h.
int32_t CameraBoundaryConfigurationNot::depth = -1 |
The value of the depth camera boundary.
Definition at line 211 of file ICalibrationHelper.h.
int32_t CameraBoundaryConfigurationNot::left = -1 |
The value of the left camera boundary.
Definition at line 209 of file ICalibrationHelper.h.
CameraBoundaryConfigurationResult CameraBoundaryConfigurationNot::result |
Camera boundary configuration result.
Definition at line 207 of file ICalibrationHelper.h.
int32_t CameraBoundaryConfigurationNot::right = -1 |
The value of the right camera boundary.
Definition at line 210 of file ICalibrationHelper.h.