Go to documentation repository
...
| Section | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
he The parameters used for setting the CamMonitor component are presented in this section: set the display elements of the interface, as well as the overlay mode.
...
The values of the parameters used for interface setup are listed in the tables and formed in a way that there is only one unit in the binary representation of the number. To set the value of a parameter, combine the values of parameters using the XOR operation. You’ll get the number the positions of which in binary representation indicates which interface elements should be displayed and which should be hidden.See How to use parameters section.
The OverlayMode parameter differs from others: it takes values from 0 to 2, and its value sets the overlay mode.
...
Value | Information |
#define MAIN_PANEL_ENABLE_OPTION 0x00000001 | Show the panel |
| #define MAIN_PANEL_ENABLE_SCREENS_BUTTON 0x00000010 | Show the Screens button (see Windows layout Layout of surveillance windows on the video surveillance monitor) |
| #define MAIN_PANEL_ENABLE_BOOKMARK_BUTTON 0x00000020 | Show the Create a bookmark button (see Create a bookmark) |
| #define MAIN_PANEL_ENABLE_BOOKMARK_REVIEW_BUTTON 0x00000040 | Show the List of bookmarks button (see List of bookmarks) |
| #define MAIN_PANEL_ENABLE_AVIEXPORT_BUTTON 0x00000080 | Show the Background export button (see The AviExport utility) |
...
Value | Description | |
#define KEYS_ENABLE_OPTION 0x00000001 | Enables control over the CamMonitor component using the hotkeys available for Video Monitor (see Video Monitorsurveillance monitor) | |
#define TELEMETRY_DISABLE_OPTION 0x00000002 | Disables Telemetry control using the CamMonitor component (see Telemetry control) | |
#define ARCH_DELETE_ENABLE_OPTION | Enables archive recordings deletion from the recordings list (see Deleting video recordings from the archive) | |
#define ARCH_PROTECT_ENABLE_OPTION | Enables rewrite protection of the archive recordings from the recordings list (see Protection of separate record and disable of protection) | |
...