Bosch DCN Next Generation Manual do Utilizador Página 143

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 296
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 142
DCN Next Generation Open Interface Release 2.4 Camera Control
en | 143
Bosch Communications Systems | 2007 February | SRS_CCINF | Du020905
Assume that we want to activate camera activity. We then need the following functions and
control flow:
CC_T_CAMERA_ACTIVITY tCameraActivity;
tCameraActivity.bCameraActivity = TRUE;
WORD wError;
wError = CC_Set_Camera_Activity(&tCameraActivity);
if (wError != CC_E_NOERROR)
{
/* do error handling */
}
We can now send remote functions to configure camera control.
When we no longer need to be able to send remote functions and receive update notifications
we can stop the communication with the CC application using the function:
wError = CC_Stop_Camera_App();
if (wError != CC_E_NOERROR)
{
/* do error handling */
}
This ends remotely controlling the CC application.
Vista de página 142
1 2 ... 138 139 140 141 142 143 144 145 146 147 148 ... 295 296

Comentários a estes Manuais

Sem comentários