The video camera access (enum ECameraAccess): Property | Description |
---|
CAMERA_ACCESS_UNSPECIFIED | The video camera access is not specified | CAMERA_ACCESS_FORBID | You cannot access the device | CAMERA_ACCESS_MONITORING_ON_PROTECTION | You can view video from the camera only when the camera is armed | CAMERA_ACCESS_MONITORING | You can live video from the camera. Other functions and device configuration are not available | CAMERA_ACCESS_ARCHIVE | You can view live and recorded video from the camera. You cannot arm/disarm/configure the camera | CAMERA_ACCESS_MONITORING_ARCHIVE_MANAGE | All functions available. You cannot configure the device | CAMERA_ACCESS_FULL | All functions and settings available |
The microphone access (enum EMicrophoneAccess): Property | Description |
---|
MICROPHONE_ACCESS_UNSPECIFIED | The microphone access is not specified | MICROPHONE_ACCESS_FORBID | The user is unable to listen to live sound from the video camera. The user is unable to listen to sound recordings from the archive | MICROPHONE_ACCESS_MONITORING | The user is able to listen to live sound from the video camera (the microphone must be turned on). The user is unable to listen to sound recordings from the archive | MICROPHONE_ACCESS_FULL | All functions are accessible |
The PTZ access (enum ETelemetryAccess): Property | Description |
---|
TELEMETRY_ACCESS_UNSPECIFIED | The PTZ access is not specified | TELEMETRY_ACCESS_FORBID | The user cannot control pan/tilt/zoom | TELEMETRY_ACCESS_CONTROL | The user can control pan/tilt/zoom |
The archive access (enum EArchiveAccess): Property | Description |
---|
ARCHIVE_ACCESS_UNSPECIFIED | The archive access is not specified | ARCHIVE_ACCESS_FORBID | Access is not provided to this archive | ARCHIVE_ACCESS_FULL | Archive is available for all functions |
The video walls access (EVideowallAccess): Property | Description |
---|
VIDEOWALL_ACCESS_UNSPECIFIED | The video walls access is not specified | VIDEOWALL_ACCESS_FORBID | The access is forbidden | VIDEOWALL_ACCESS_FULL | The access is granted |
|