Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
CameraIntelligentZoomInfo Struct Reference

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.
 

Detailed Description

Camera intelligent zoom info.

Definition at line 24 of file ICameraControlHelper.h.

Field Documentation

◆ canControlCamera

bool CameraIntelligentZoomInfo::canControlCamera = false

Indicate if the camera can be controlled.

Definition at line 28 of file ICameraControlHelper.h.

◆ deviceID

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.

◆ presetInfo

CameraPresetInfo CameraIntelligentZoomInfo::presetInfo

Camera preset info.

Definition at line 29 of file ICameraControlHelper.h.

◆ selectedSmartCameraMode

SmartCameraMask CameraIntelligentZoomInfo::selectedSmartCameraMode = SmartCameraManualMask

Camera selected smart camera mode, see SmartCameraMask enum.

Definition at line 27 of file ICameraControlHelper.h.