Bosch DCN Next Generation Manual do Utilizador Página 134

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 296
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 133
DCN Next Generation Open Interface Release 2.4 Camera Control
en | 134
Bosch Communications Systems | 2007 February | SRS_CCINF | Du020905
CC_C_SET_GLOBAL_SETTINGS). This is a NULL
terminated string.
Response structure from the function
The function has no response parameters.
Error codes returned
CC_E_NOERROR
CC_E_NOT_INCONTROL
CC_E_INVALID_UNITID
CC_E_INVALID_CAMERA_NUMBER
CC_E_INVALID_PARAMETER
Related functions
CC_C_SET_GLOBAL_SETTINGS
CC_C_GET_GLOBAL_SETTINGS
3.2.7 CC_C_CLEAR_CAMERA_ASSIGNMENTS
Purpose
This function clears all camera assignments in the CCU.
Parameter structure for the function
The function has no additional parameters.
Response structure from the function
The function has no response parameters..
Error codes returned
CC_E_NOERROR
CC_E_NOT_INCONTROL
3.2.8 CC_C_SET_CAMERA_ID
Purpose
This function sets the ID of one or more cameras.
Parameter structure for the function
The function requires the following structure as parameter:
typedef struct
{
WORD wLength;
CC_T_INDEXED_CAMERA_ID tIndexedCameraID[
CC_C_MAX_CAMERA_ID_CLUSTER];
} CC_T_SET_CAMERA_ID;
where CC_T_INDEXED_CAMERA_ID is defined as:
typedef struct
{
UNITID wCameraNumber;
CC_T_CAMERA_ID tCameraID;
} CC_T_INDEXED_CAMERA_ID;
where CC_T_CAMERA_ID is defined as:
typedef struct
{
CHAR szCameraID[CC_C_MAX_CAMERA_ID_LEN];
} CC_T_CAMERA_ASSIGNMENT;
where:
wLength The number of cameras for which the ID is set in this structure.
The details and IDs of these cameras can be found in
tIndexedCameraID[0] up and until tIndexedCameraID[wLength-
1]. This parameter must be in the range 0 -
CC_C_MAX_CAMERA_ID_CLUSTER. If it is outside this
range, the error CC_E_INVALID_CAMERA_NUMBER is
Vista de página 133
1 2 ... 129 130 131 132 133 134 135 136 137 138 139 ... 295 296

Comentários a estes Manuais

Sem comentários