Versions Compared

Key

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

...

Section


Column
width35%


Panel
borderColor#CCCCCC
bgColor#FFFFFF
titleBGColor#F0F0F0
borderStylesolid
titleOn the page:
Table of Contents



Column


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  0x00000010Show the Screens button (see Windows layout Layout of surveillance windows on the video surveillance monitor)
#define MAIN_PANEL_ENABLE_BOOKMARK_BUTTON 0x00000020Show the Create a bookmark button (see Create a bookmark)
#define MAIN_PANEL_ENABLE_BOOKMARK_REVIEW_BUTTON 0x00000040Show the List of bookmarks button (see List of bookmarks)
#define MAIN_PANEL_ENABLE_AVIEXPORT_BUTTON 0x00000080Show 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)

...