|
Zoom Rooms Controller SDK Reference 6.7.0
|
Intelligent director info. More...
#include <ISettingService.h>
Data Fields | |
| bool | supportsDirectorMode = false |
| TRUE indicates support director mode. | |
| bool | isCalibrationConfigured = false |
| TRUE indicates calibration is configured. | |
| bool | allowDirectorAndMultiCameraParallel = false |
| TRUE indicates allow director and multiCamera parallel. | |
| bool | isRegionLimited = false |
| TRUE indicates the current region is limited. | |
| int32_t | supportedCameraNumber = 3 |
| The number of support camera. | |
| int32_t | multiCameraParallelNumInDirector = 0 |
| The parallel number of multi camera in director. | |
| bool | supportSavePresetImage = false |
| TRUE indicates support save preset image. | |
Intelligent director info.
Definition at line 446 of file ISettingService.h.
| bool IntelligentDirectorInfo::allowDirectorAndMultiCameraParallel = false |
TRUE indicates allow director and multiCamera parallel.
Definition at line 450 of file ISettingService.h.
| bool IntelligentDirectorInfo::isCalibrationConfigured = false |
TRUE indicates calibration is configured.
Definition at line 449 of file ISettingService.h.
| bool IntelligentDirectorInfo::isRegionLimited = false |
TRUE indicates the current region is limited.
Definition at line 451 of file ISettingService.h.
| int32_t IntelligentDirectorInfo::multiCameraParallelNumInDirector = 0 |
The parallel number of multi camera in director.
Definition at line 453 of file ISettingService.h.
| int32_t IntelligentDirectorInfo::supportedCameraNumber = 3 |
The number of support camera.
Definition at line 452 of file ISettingService.h.
| bool IntelligentDirectorInfo::supportSavePresetImage = false |
TRUE indicates support save preset image.
Definition at line 454 of file ISettingService.h.
| bool IntelligentDirectorInfo::supportsDirectorMode = false |
TRUE indicates support director mode.
Definition at line 448 of file ISettingService.h.