Zoom Rooms Controller SDK Reference 6.5.0
|
Camera intelligent zoom info. More...
#include <ICameraControlHelper.h>
Data Fields | |
std::string | deviceID |
Camera device ID, will be an empty string if the camera is the main camera. | |
SmartCameraMask | selectedSmartCameraMode = SmartCameraManualMask |
Camera selected smart camera mode, see SmartCameraMask enum. | |
bool | canControlCamera = false |
Indicate if the camera can be controlled. | |
CameraPresetInfo | presetInfo |
Camera preset info. | |
Camera intelligent zoom info.
Definition at line 24 of file ICameraControlHelper.h.
bool CameraIntelligentZoomInfo::canControlCamera = false |
Indicate if the camera can be controlled.
Definition at line 28 of file ICameraControlHelper.h.
std::string CameraIntelligentZoomInfo::deviceID |
Camera device ID, will be an empty string if the camera is the main camera.
Definition at line 26 of file ICameraControlHelper.h.
CameraPresetInfo CameraIntelligentZoomInfo::presetInfo |
Camera preset info.
Definition at line 29 of file ICameraControlHelper.h.
SmartCameraMask CameraIntelligentZoomInfo::selectedSmartCameraMode = SmartCameraManualMask |
Camera selected smart camera mode, see SmartCameraMask enum.
Definition at line 27 of file ICameraControlHelper.h.