Go to documentation repository
Page History
...
Section | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
The parameters used for setting the CamMonitor component are presented in this chapter: elements to be shown as well as the overlay mode.
...
Value | Information |
#define MENU_PROCESSING_DEINTERLACE_ENABLE_OPTION 0x00000001 | Show the Deinterlacing option |
#define MENU_PROCESSING_ZOOM_ENABLE_OPTION 0x00000002 | Show the Zoom-in option Note. If this option is disabled, the Processing→Zoom menu item is not shown, but zooming with mouse wheel is still available. |
#define MENU_PROCESSING_CONTRAST_ENABLE_OPTION 0x00000004 | Show the Contrast option |
#define MENU_PROCESSING_MASK_ENABLE_OPTION 0x00000008 | Show the Detector mask option |
#define MENU_PROCESSING_SHARP_ENABLE_OPTION 0x00000010 | Show the Sharpen option |
CamButtonsOptions
CamButtonsOptions : long
...
Value | Information |
#define BUTTON_ARCHMODE_ENABLE_OPTION 0x000000010x00000100 | Show the Archive button |
#define BUTTON_TIME_ENABLE_OPTION 0x00000002 | Show time |
#define BUTTON_NAME_ENABLE_OPTION 0x00000004 | Show camera name |
#define BUTTON_MENU_ENABLE_OPTION 0x00000008 | Show the Menu button |
#define BUTTON_RAYS_ENABLE_OPTION 0x00000010 | Not used |
#define BUTTON_MICS_ENABLE_OPTION 0x00000020 | Not used |
...
Available values:
Value | Description | |
#define TELEMETRY#define KEYS_DISABLEENABLE_OPTION 0x00000001 | Disables Enables control over the CamMonitor component using the hotkeys available for Video Monitor (see Video Monitor). | |
#define TELEMETRY_DISABLE_OPTION 0x00000002 | Disables Telemetry control using the CamMonitor component (see Telemetry control). |
...