Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleExpand...

The PTZ control priority (enum ETelemetryPriority):

PropertyDescription
TELEMETRY_PRIORITY_UNSPECIFIEDThe PTZ control priority is not specified
TELEMETRY_PRIORITY_NO_ACCESS
No access
TELEMETRY_PRIORITY_LOWESTMinimum level
TELEMETRY_PRIORITY_LOWLow level
TELEMETRY_PRIORITY_NORMALMedium level
TELEMETRY_PRIORITY_HIGHHigh level
TELEMETRY_PRIORITY_HIGHESTMaximum level

The map access (enum EMapAccess):

PropertyDescription
MAP_ACCESS_UNSPECIFIEDThe map access is not specified
MAP_ACCESS_FORBIDThe map access is forbidden
MAP_ACCESS_VIEW_ONLYYou can only view maps
MAP_ACCESS_VIEW_SCALEYou can move and scale maps
MAP_ACCESS_FULLAll options available

The features access (enum EFeatureAccess):

PropertyDescription
FEATURE_ACCESS_FORBID_ALLAll features are forbidden
FEATURE_ACCESS_DEVICES_SETUPDevice settings (see Hardware configuration)
FEATURE_ACCESS_ARCHIVES_SETUPAcrhive Archive settings (see Configuring archives)
FEATURE_ACCESS_DETECTORS_SETUPDetection settings (see Configuring detection tools)
FEATURE_ACCESS_USERS_RIGHTS_SETUPUser permission settings (see Configuring user permissions)
FEATURE_ACCESS_CHANGING_LAYOUTSEditing layouts (see Configuring layouts)
FEATURE_ACCESS_EXPORTExporting snapshots and video recordings (see Exporting frames and video recordings)
FEATURE_ACCESS_LAYOUTS_TABAccess to Layouts tab (see Layouts management)
FEATURE_ACCESS_SETTINGS_SETUPOptions settings (see System preferences)
FEATURE_ACCESS_MINMAX_BUTTON_ALLOWEDMinimizing the Client to the system tray (see Interface of the Axxon One Software Package)
FEATURE_ACCESS_SYSTEM_JOURNALViewing the system log (see The System Log)
FEATURE_ACCESS_DOMAIN_MANAGING_OPSManaging an Axxon domain (see Axxon Domain operations)
FEATURE_ACCESS_ADD_CAMERA_TO_LAYOUT_IN_MONITORINGAdding a camera to a layout in live video mode (see Adding cameras to cells)
FEATURE_ACCESS_SEARCHArchive search (see Video surveillance in archive search mode)
FEATURE_ACCESS_EDIT_PTZ_PRESETSAdding and editing presets for PTZ cameras (see Control Using the Presets List)
FEATURE_ACCESS_PROGRAMMING_SETUPProgramming setup (see Configuring macros)
FEATURE_ACCESS_WEB_UI_LOGINAccess to the Web server (see Working with Axxon One Through the Web-Client)
FEATURE_ACCESS_COMMENTUser comments for recorded video (see Operator comments)
FEATURE_ACCESS_ALLOW_BUTTON_MENU_CAMERAContext menu of a video camera in a viewing tile (see Viewing Tile Context Menu)
FEATURE_ACCESS_ALLOW_SHOW_TITLESDisplaying captions (see Viewing titles from POS terminals)
FEATURE_ACCESS_SHOW_ERROR_MESSAGESShow error messages (see Event control)

Alarms Management (enum EAlertAccess):

PropertyDescription
ALERT_ACCESS_UNSPECIFIEDThe alarms access is not specified
ALERT_ACCESS_FORBIDUsers have no access to alarm videos
ALERT_ACCESS_VIEW_ONLYUsers can view alarm videos but they can't evaluate alarms
ALERT_ACCESS_FULLUsers can view alarm videos and evaluate alarms

Unlimited access to all features (enum EUnrestrictedAccess):

PropertyDescription
UNRESTRICTED_ACCESS_UNSPECIFIEDUnlimited access is not specified
UNRESTRICTED_ACCESS_NOUnlimited access is forbidden
UNRESTRICTED_ACCESS_YESUnlimited access to all features


...